date printed with time now

This commit is contained in:
2021-08-31 18:58:46 +02:00
parent 412e2fd455
commit a1b3b0140f
3 changed files with 20 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
### TODO
- escape " in save csv
- is null | is not null
- coalesce, date functions now, add_date; string functions rtrim, ltrim, rpad, lpad; math function round
- add pipe | concatenation
@@ -9,6 +10,8 @@
- support for joining
- add count min and max functions, eg aggregate functions
- use string_to_double and string_to_long (from Table) everywhere
- add const wherever should be
- use static methods where posible
- PERF in Row::Row(const Row &other), could be more efficient (memory and cpu)
- use references where pointer cannot be nullptr