usql update

This commit is contained in:
2021-07-27 18:07:20 +02:00
parent 513c8da358
commit 281f7d8700
14 changed files with 290 additions and 169 deletions

View File

@@ -1,11 +1,11 @@
### TODO
- save table command
- move csv generation from usql(save_table) to table class
- add exceptions
- 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
- add pipe | token
- add to_date a to_string functions
- add min and max functions, eg aggregate functions
- add count min and max functions, eg aggregate functions
- add logging
- add const wherever should be
- add const wherever should be