tarantool / ddl

The DDL module enables you to describe data schema in a declarative YAML-based format.
BSD 2-Clause "Simplified" License
12 stars 6 forks source link

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

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 #101