mlisp/usql
vaclavt 12acc2410e nul ass function parameter allowed 2022-01-10 20:29:21 +01:00
..
Readme.md usql update 2021-09-20 18:25:17 +02:00
csvreader.cpp usql update 2021-12-19 13:33:47 +01:00
csvreader.h usql update 2021-12-19 13:33:47 +01:00
exception.cpp missing includes 2022-01-05 14:34:57 +01:00
exception.h missing includes 2022-01-05 14:34:57 +01:00
index.h usql update 2021-12-19 13:33:47 +01:00
lexer.cpp usql update 2021-12-19 13:33:47 +01:00
lexer.h usql update 2021-12-19 13:33:47 +01:00
parser.cpp usql update 2021-12-19 13:33:47 +01:00
parser.h usql update 2021-12-19 13:33:47 +01:00
row.cpp usql update 2021-12-19 13:33:47 +01:00
row.h usql update 2021-12-19 13:33:47 +01:00
settings.cpp some refactorings 2022-01-02 17:55:00 +01:00
settings.h missing includes 2022-01-05 14:34:57 +01:00
table.cpp some refactorings 2022-01-02 17:55:00 +01:00
table.h small refactorings 2021-12-19 16:31:54 +01:00
usql.cpp nul ass function parameter allowed 2022-01-10 20:29:21 +01:00
usql.h small refactorings 2021-12-19 16:31:54 +01:00
usql_ddl.cpp usql update 2021-12-19 13:33:47 +01:00
usql_dml.cpp small refactorings 2021-12-19 16:31:54 +01:00
usql_function.cpp some refactorings 2022-01-02 17:55:00 +01:00

Readme.md

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