Skip to content

Commit 83c9fef

Browse files
author
Кирилл Безуглый
committed
feat: add iproto_type::SQL_INFO marker
1 parent 9fe9ec7 commit 83c9fef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `network::protocol::SyncIndex::get` method
1212
- `network::protocol::codec::{LegacyCall, Nop, Prepare, Begin, Commit, Rollback}` variants
1313
- `network::protocol::codec::Header::encode_from_parts` function
14+
- `network::protocol::codec::iproto_key::SQL_INFO` constant
1415

1516
### Changed
1617

tarantool/src/network/protocol/codec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub mod iproto_key {
4141
// ...
4242
pub const SQL_TEXT: u8 = 0x40;
4343
pub const SQL_BIND: u8 = 0x41;
44+
pub const SQL_INFO: u8 = 0x42;
4445
// ...
4546
pub const STMT_ID: u8 = 0x43;
4647
// ...

0 commit comments

Comments
 (0)