date and boolean data types added

This commit is contained in:
2021-08-06 22:46:48 +02:00
parent 4b95be1e31
commit 15a065c2aa
17 changed files with 1123 additions and 907 deletions

View File

@@ -1,15 +1,16 @@
### TODO
- support for *
- add support for set setting value
- command line interface
- date functions - now, add_date...
- support for order by, offset, limit (allow column name in order by, validate)
- add count min and max functions, eg aggregate functions
- support for uniqueue indexes
- support for uniqueue indexes (primary key)
- support for btree indexes
- support for parenthesis
- functions rtrim, ltrim, rpad, lpad
- support for *
- add pipe | token
- maybe to create iterator on table
- add exceptions and rename it to UsqlException
- class members should have prefix m_
- add const wherever should be