|
1 | 1 | // Package settings is a collection of requests to set a connection session setting
|
2 | 2 | // or get current session configuration.
|
3 | 3 | //
|
4 |
| -// +============================+=========================+=========+===========================+ |
5 |
| -// | Setting | Meaning | Default | Supported in | |
6 |
| -// | | | | Tarantool versions | |
7 |
| -// +============================+=========================+=========+===========================+ |
8 |
| -// | ErrorMarshalingEnabled | Defines whether error | false | Since 2.4.1 till 2.10.0, | |
9 |
| -// | | objectshave a special | | replaced with IPROTO_ID | |
10 |
| -// | | structure. | | feature flag. | |
11 |
| -// +----------------------------+-------------------------+---------+---------------------------+ |
12 |
| -// | SQLDefaultEngine | Defines default storage | "memtx" | Since 2.3.1. | |
13 |
| -// | | engine for new SQL | | | |
14 |
| -// | | tables. | | | |
15 |
| -// +----------------------------+-------------------------+---------+---------------------------+ |
16 |
| -// | SQLDeferForeignKeys | Defines whether | false | Since 2.3.1 till master | |
17 |
| -// | | foreign-key checks can | | commit 14618c4 (possible | |
18 |
| -// | | wait till commit. | | 2.10.5 or 2.11.0) | |
19 |
| -// +----------------------------+-------------------------+---------+---------------------------+ |
20 |
| -// | SQLFullColumnNames | Defines whether full | false | Since 2.3.1. | |
21 |
| -// | | column names is | | | |
22 |
| -// | | displayed in SQL result | | | |
23 |
| -// | | set metadata. | | | |
24 |
| -// +----------------------------+-------------------------+---------+---------------------------+ |
25 |
| -// | SQLFullMetadata | Defines whether SQL | false | Since 2.3.1. | |
26 |
| -// | | result set metadata | | | |
| 4 | +// +============================+=========================+ |
| 5 | +// | Setting | Meaning | |
| 6 | +// | | | |
| 7 | +// +============================+=========================+ |
| 8 | +// | ErrorMarshalingEnabled | Defines whether error | |
| 9 | +// | | objectshave a special | |
| 10 | +// | | structure. | |
| 11 | +// +----------------------------+-------------------------+ |
| 12 | +// | SQLDefaultEngine | Defines default storage | |
| 13 | +// | | engine for new SQL | |
| 14 | +// | | tables. | |
| 15 | +// +----------------------------+-------------------------+ |
| 16 | +// | SQLDeferForeignKeys | Defines whether | |
| 17 | +// | | foreign-key checks can | |
| 18 | +// | | wait till commit. | |
| 19 | +// +----------------------------+-------------------------+ |
| 20 | +// | SQLFullColumnNames | Defines whether full | |
| 21 | +// | | column names is | |
| 22 | +// | | displayed in SQL result | |
| 23 | +// | | set metadata. | |
| 24 | +// +----------------------------+-------------------------+ |
| 25 | +// | SQLFullMetadata | Defines whether SQL | |
| 26 | +// | | result set metadata | |
27 | 27 | // | | will have more than | | |
|
28 | 28 | // | | just name and type. | | |
|
29 | 29 | // +----------------------------+-------------------------+---------+---------------------------+
|
|
0 commit comments