feat!(sql): implement drop index
BREAKING CHANGE: "name" index in the _pico_index has changed: previously it guarantees uniqueness for a pair of (space_id, index_name). Now index name must be unique among the cluster. So, all the global indexes for _pico tables were renamed.
parent
6043629f
No related branches found
No related tags found
Checking pipeline status
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- sbroad 1 addition, 1 deletionsbroad
- src/luamod.lua 6 additions, 6 deletionssrc/luamod.lua
- src/schema.rs 2 additions, 3 deletionssrc/schema.rs
- src/sql.rs 20 additions, 0 deletionssrc/sql.rs
- src/sql/pgproto.rs 3 additions, 0 deletionssrc/sql/pgproto.rs
- src/storage.rs 72 additions, 62 deletionssrc/storage.rs
- src/traft/node.rs 1 addition, 1 deletionsrc/traft/node.rs
- test/int/test_acl.py 1 addition, 1 deletiontest/int/test_acl.py
- test/int/test_audit.py 8 additions, 0 deletionstest/int/test_audit.py
- test/int/test_basics.py 20 additions, 20 deletionstest/int/test_basics.py
- test/int/test_ddl.py 18 additions, 12 deletionstest/int/test_ddl.py
- test/int/test_sql.py 26 additions, 10 deletionstest/int/test_sql.py
Loading