create table as

This commit is contained in:
2021-07-18 21:49:13 +02:00
parent 3e913263fc
commit 9afbe6435e
13 changed files with 203 additions and 137 deletions

View File

@@ -1,10 +1,13 @@
### TODO
- rename Exception to UException, Table to UTable, Row to URow etc
- remove newlines from lexed string tokens
- unify using of float and double keywords
- add constructors
- add exceptions
- save table command
- unify using of float and double keywords to double
- use long data type for int
- stoi -> stol, stof -> stod
- add exceptions
- class members should have prefix m_
- add pipe | token
- add logging
- add pipe | token
- add to_date a to_number functions
- add min and max functions, eg aggregate functions
- add logging
- add const wherever should be