2021-06-29 19:28:14 +02:00
2021-08-31 18:56:57 +02:00
2021-08-04 23:10:13 +02:00
2021-08-14 17:30:24 +02:00
2021-08-23 18:18:03 +02:00
2021-08-13 10:24:17 +02:00
2021-07-12 18:45:51 +02:00
wip
2021-09-02 21:36:26 +02:00
wip
2021-09-02 21:36:26 +02:00
wip
2021-09-02 21:36:26 +02:00
wip
2021-09-02 21:36:26 +02:00
wip
2021-09-02 21:36:26 +02:00
2021-08-31 18:56:57 +02:00
2021-09-07 23:50:34 +02:00
2021-09-07 23:50:34 +02:00
2021-08-31 18:56:57 +02:00
2021-08-15 13:24:16 +02:00
2021-09-16 23:43:42 +02:00
2021-09-16 23:43:42 +02:00
2021-08-09 09:32:29 +02:00

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

  • 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)

  • support for btree indexes

  • 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

  • use references where pointer cannot be nullptr

Description
No description provided
Readme 3.3 MiB
Languages
C++ 91.9%
C 7.9%
CMake 0.1%