fixes and improvements

exceptions related code needs work
This commit is contained in:
2021-07-22 23:57:42 +02:00
parent 977a9cd198
commit 6d4fe43a3b
15 changed files with 174 additions and 102 deletions

View File

@@ -1,11 +1,11 @@
### TODO
- save table command
- drop table command
- move csv generation from usql(save_table) to table class
- add exceptions
- 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