some TODOs removed..

This commit is contained in:
2021-08-14 11:33:02 +02:00
parent 6921421a65
commit 4665705c3d
10 changed files with 113 additions and 78 deletions

View File

@@ -1,6 +1,5 @@
### TODO
- better support for values in update and insert
- date functions - now, add_date...
- string functions rtrim, ltrim, rpad, lpad
- add pipe | concatenation
@@ -9,7 +8,5 @@
- support for uniqueue indexes (primary key)
- support for btree indexes
- add count min and max functions, eg aggregate functions
- support for parenthesis
- class members should have prefix m_
- add const wherever should be
- PERF in Row::Row(const Row &other), could be more efficient (memory and cpu)