go-tarantool icon indicating copy to clipboard operation
go-tarantool copied to clipboard

Tarantool 1.10+ client for Go language

Results 53 go-tarantool issues
Sort by recently updated
recently updated
newest added

### Overview We aim to overhaul the error design in the `go-tarantool` client library to follow Go’s standard error handling patterns as closely as possible. This will improve debuggability, testability,...

Three protocol feature flags are defined in go-iproto but not yet implemented in the client’s handshake or serialization logic: * `IPROTO_FEATURE_DML_TUPLE_EXTENSION` — enables binary tuple encoding (`MP_EXT` type 7) in...

Tarantool can encode tuples as MessagePack extension types (MP_EXT with type code 7) in DML responses (e.g., SELECT, INSERT) and in CALL/EVAL requests and responses. Examples from Tarantool C code:...