This commit is contained in:
2021-09-02 21:36:26 +02:00
parent a1b3b0140f
commit 427a3a9f04
7 changed files with 12 additions and 25 deletions

View File

@@ -3,6 +3,7 @@
- is null | is not null
- coalesce, date functions now, add_date; string functions rtrim, ltrim, rpad, lpad; math function round
- add pipe | concatenation
- add support for 1_000_000 numbers
- support for order by, offset, limit (allow column name in order by, validate)
- support for uniqueue indexes (primary key)
@@ -13,5 +14,4 @@
- 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