Skip to content

rename: IndexDef::space_id -> table_id

Yaroslav Dynnikov requested to merge rosik/rename-space-to-table into master

Summary

  • rename: IndexDef::space_id -> table_id

Follow-up for bfe08313, !741 (merged), #396 (closed)

Also fix some docstrings

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here

Merge request reports