create table as
This commit is contained in:
17
Readme.md
17
Readme.md
@@ -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
|
||||
Reference in New Issue
Block a user