asynctnt
asynctnt copied to clipboard
A fast Tarantool Database connector for Python/asyncio.
[Documentation page](https://igorcoding.github.io/asynctnt/sql.html#prepared-statement) contains a link "Edit on Github" that is broken (404) - https://github.com/igorcoding/asynctnt/blob/v2/docs/sql.md.
Related resources: * https://github.com/tarantool/doc/issues/2633#issuecomment-1027695453
Related resources: * https://github.com/tarantool/doc/issues/2408 * https://github.com/tarantool/doc/issues/2409 * https://github.com/tarantool/doc/pull/2858
The connector should be able to connect to Tarantool Enterprise using the encrypted protocol. Documentation: https://www.tarantool.io/en/enterprise_doc/security/#enterprise-iproto-encryption Similar issues in other Tarantool connectors: - https://github.com/tarantool/cartridge-java/issues/180 - https://github.com/tarantool/go-tarantool/issues/155 - https://github.com/tarantool/tarantool-python/issues/217 *(We plan...
### Fix running tests for Tarantool Enterprise Stream tests use `tarantool -V` output to check version. For Tarantool Enterprise, `tarantool -V` output is "Tarantool Enterprise ", thus it is incorrect...
Docs: https://github.com/tarantool/tarantool/wiki/Datetime-Internals#intervals-values-encoding
Since 2.10, Tarantool have a new release policy: https://www.tarantool.io/en/doc/latest/release/policy/ For example, versions like `2.10.0-beta1` is possible now. Versions with `-alphaN`, `-betaN`, `-rcN` and `-entrypoint` suffixes are prior to non-suffixed one....
TypeError when trying to update a numeric or decimal field using an addition or subtraction operation using the Decimal or float type. Example: _init.lua_ ``` box.cfg{listen = 3301} space_list =...