File tree 2 files changed +6
-6
lines changed
dev_guide/internals/iproto 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -368,19 +368,19 @@ and :ref:`IPROTO_PREPARE <box_protocol-prepare>`.
368
368
- 0x41 |br | MP_ARRAY
369
369
- Parameter values to match ? placeholders or :name placeholders
370
370
371
- * - :ref: ` IPROTO_SQL_INFO < internals-iproto-keys-sql_info >`
371
+ * - IPROTO_SQL_INFO
372
372
- 0x42 |br | MP_MAP
373
373
- Additional SQL-related parameters
374
374
375
- * - :ref: ` SQL_INFO_ROW_COUNT < internals-iproto-keys-sql_info >`
375
+ * - SQL_INFO_ROW_COUNT
376
376
- 0x00 |br | MP_UINT
377
- - Number of changed rows. Nested in :ref: ` IPROTO_SQL_INFO < internals-iproto-keys-sql_info >`
377
+ - Number of changed rows. Is `` 0 `` for statements that do not change rows. Nested in IPROTO_SQL_INFO
378
378
379
- * - :ref: ` SQL_INFO_AUTO_INCREMENT_IDS < internals-iproto-keys-sql_info >`
379
+ * - SQL_INFO_AUTO_INCREMENT_IDS
380
380
- 0x01 |br | MP_ARRAY of MP_UINT items
381
381
- New primary key value (or values) for an INSERT in a table
382
382
defined with PRIMARY KEY AUTOINCREMENT.
383
- Nested in :ref: ` IPROTO_SQL_INFO < internals-iproto-keys-sql_info >`
383
+ Nested in IPROTO_SQL_INFO
384
384
385
385
386
386
Details on individual keys
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ example:
165
165
db 00 00 00 1d 53 70 61 63 etc. MP_STR = "Space '_space' already exists"
166
166
167
167
Byte codes, if we use the same net.box connection that
168
- we used for :ref: ` Binary protocol -- illustration < box_protocol-illustration >`
168
+ we used in the beginning
169
169
and we say |br |
170
170
``conn:execute([[CREATE TABLE t1 (dd INT PRIMARY KEY AUTOINCREMENT, дд STRING COLLATE "unicode");]]) `` |br |
171
171
``conn:execute([[INSERT INTO t1 VALUES (NULL, 'a'), (NULL, 'b');]]) `` |br |
You can’t perform that action at this time.
0 commit comments