code changes in load

This commit is contained in:
2021-08-13 10:24:04 +02:00
parent cd92e27270
commit e53d062ff5
10 changed files with 287 additions and 141 deletions

View File

@@ -1,10 +1,10 @@
### TODO
- command line interface
- date functions - now, add_date...
- add pipe | token
- string functions rtrim, ltrim, rpad, lpad
- add pipe | concatenation
- support for order by, offset, limit (allow column name in order by, validate)
- command line interface
- support for uniqueue indexes (primary key)
- support for btree indexes
- add count min and max functions, eg aggregate functions