Skip to content

Commit 5b61dd2

Browse files
committed
Minor fixes
1 parent c000f05 commit 5b61dd2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/dev_guide/internals/iproto/keys.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,19 +368,19 @@ and :ref:`IPROTO_PREPARE <box_protocol-prepare>`.
368368
- 0x41 |br| MP_ARRAY
369369
- Parameter values to match ? placeholders or :name placeholders
370370

371-
* - :ref:`IPROTO_SQL_INFO <internals-iproto-keys-sql_info>`
371+
* - IPROTO_SQL_INFO
372372
- 0x42 |br| MP_MAP
373373
- Additional SQL-related parameters
374374

375-
* - :ref:`SQL_INFO_ROW_COUNT <internals-iproto-keys-sql_info>`
375+
* - SQL_INFO_ROW_COUNT
376376
- 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
378378

379-
* - :ref:`SQL_INFO_AUTO_INCREMENT_IDS <internals-iproto-keys-sql_info>`
379+
* - SQL_INFO_AUTO_INCREMENT_IDS
380380
- 0x01 |br| MP_ARRAY of MP_UINT items
381381
- New primary key value (or values) for an INSERT in a table
382382
defined with PRIMARY KEY AUTOINCREMENT.
383-
Nested in :ref:`IPROTO_SQL_INFO <internals-iproto-keys-sql_info>`
383+
Nested in IPROTO_SQL_INFO
384384

385385

386386
Details on individual keys

doc/how-to/other/iproto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ example:
165165
db 00 00 00 1d 53 70 61 63 etc. MP_STR = "Space '_space' already exists"
166166
167167
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
169169
and we say |br|
170170
``conn:execute([[CREATE TABLE t1 (dd INT PRIMARY KEY AUTOINCREMENT, дд STRING COLLATE "unicode");]])`` |br|
171171
``conn:execute([[INSERT INTO t1 VALUES (NULL, 'a'), (NULL, 'b');]])`` |br|

0 commit comments

Comments
 (0)