usql update

This commit is contained in:
2021-07-27 19:31:41 +02:00
parent 281f7d8700
commit db0e280371
7 changed files with 3132 additions and 61 deletions

View File

@@ -1,11 +1,10 @@
### TODO
- drop table command
- add affecter rows and timing into result table
- add exceptions and rename it to UsqlException
- class members should have prefix m_
- maybe to create iterator on table
- support for *
- support for order by, offset, limit
- add pipe | token
- add count min and max functions, eg aggregate functions
- add logging
- maybe to create iterator on table
- add exceptions and rename it to UsqlException
- class members should have prefix m_
- add const wherever should be