tarantool / document

Effortless JSON storage for Tarantool
BSD 2-Clause "Simplified" License
24 stars 4 forks source link

Fix usage of Tarantool internal API for retrieving schema version #10

Closed CuriousGeorgiy closed 1 year ago

CuriousGeorgiy commented 1 year ago

tarantool/tarantool#7904 exports schema version to public API and Lua: start using it, when available, instead of unreliable internal API.

Closes #9