Skip to content

feat: allow create global table through sql

Arseniy Volynets requested to merge create-global-tbl-through-sql into master

Summary

  • Earlier it was disallowed to create global table through sql create table command. This mr updates sbroad submodule, where it is allowed to create global table.

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
  • A follow-up doc issue is created: docs#85 (closed)
Edited by Arseniy Volynets

Merge request reports