Skip to content

Commit 493177b

Browse files
debug lint
1 parent c96193e commit 493177b

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

settings/request.go

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
// Package settings is a collection of requests to set a connection session setting
22
// or get current session configuration.
33
//
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 |
2727
// | | will have more than | | |
2828
// | | just name and type. | | |
2929
// +----------------------------+-------------------------+---------+---------------------------+

0 commit comments

Comments
 (0)