date and boolean data types added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user