Files
mlisp/usql
2022-03-13 10:32:43 +01:00
..
2022-01-20 20:35:33 +01:00
2022-01-20 20:35:33 +01:00
2022-01-05 14:34:57 +01:00
2022-01-05 14:34:57 +01:00
2022-01-16 19:54:19 +01:00
2021-12-19 13:33:47 +01:00
2022-01-16 19:54:19 +01:00
2022-03-08 17:48:14 +01:00
2022-03-13 10:32:43 +01:00
2021-09-20 18:25:17 +02:00
2022-01-16 19:54:19 +01:00
2022-02-17 20:42:30 +01:00
2022-01-20 20:35:33 +01:00
2022-01-05 14:34:57 +01:00
2022-01-16 19:54:19 +01:00
2022-02-17 20:42:30 +01:00
2022-01-20 20:35:33 +01:00
2021-12-19 13:33:47 +01:00
2022-03-08 17:48:14 +01:00
2022-03-08 17:48:14 +01:00
2022-03-08 17:48:14 +01:00
2022-03-08 17:48:14 +01:00

TODO

  • set xxx - without value to reset to default value

  • 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

  • expand_asterix_char should support multiple and everywhere *

  • support for uniqueue indexes (primary key)

  • support for btree indexes

  • support for joining

  • 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