indexes WIP

This commit is contained in:
2021-11-17 15:35:57 +01:00
parent cc639ee891
commit 411f0fd48c
25 changed files with 609 additions and 807 deletions

View File

@@ -1,4 +1,6 @@
### TODO
- create local_install.sh
- set xxx - without value to reset to default value
- escape " in save csv
- is null | is not null
@@ -8,7 +10,8 @@
- expand_asterix_char should support multiple and everywhere *
- support for uniqueue indexes (primary key)
- support for btree indexes
- support for indexes
- add drop m_index
- support for joining
- use string_to_double and string_to_long (from Table) everywhere