Go to file
VaclavT fc5fd32976 some renamings 2021-07-22 18:32:00 +02:00
.idea initial commit 2021-06-29 19:28:14 +02:00
.vscode another bit of refactoring 2021-07-13 14:40:43 +02:00
clib int is long, select column can be function, some fixes.. 2021-07-19 19:44:46 +02:00
.gitignore initial commit 2021-06-29 19:28:14 +02:00
CMakeLists.txt int is long, select column can be function, some fixes.. 2021-07-19 19:44:46 +02:00
Readme.md some renamings 2021-07-22 18:32:00 +02:00
csvreader.cpp another bit of refactoring 2021-07-13 14:40:43 +02:00
csvreader.h another bit of refactoring 2021-07-13 14:40:43 +02:00
data.csv changes here and there 2021-07-12 18:45:51 +02:00
exception.cpp preparing for functions 2021-07-15 00:13:45 +02:00
exception.h preparing for functions 2021-07-15 00:13:45 +02:00
lexer.cpp int is long, select column can be function, some fixes.. 2021-07-19 19:44:46 +02:00
lexer.h int is long, select column can be function, some fixes.. 2021-07-19 19:44:46 +02:00
main.cpp some renamings 2021-07-22 18:32:00 +02:00
ml_date.cpp int is long, select column can be function, some fixes.. 2021-07-19 19:44:46 +02:00
ml_date.h int is long, select column can be function, some fixes.. 2021-07-19 19:44:46 +02:00
parser.cpp some renamings 2021-07-22 18:32:00 +02:00
parser.h some renamings 2021-07-22 18:32:00 +02:00
row.cpp some renamings 2021-07-22 18:32:00 +02:00
row.h some renamings 2021-07-22 18:32:00 +02:00
table.cpp some renamings 2021-07-22 18:32:00 +02:00
table.h some renamings 2021-07-22 18:32:00 +02:00
usql.cpp some renamings 2021-07-22 18:32:00 +02:00
usql.h some renamings 2021-07-22 18:32:00 +02:00

Readme.md

TODO

  • save table command
  • move csv generation from usql(save_table) to table class
  • add exceptions
  • class members should have prefix m_
  • add pipe | token
  • add to_date a to_string functions
  • add min and max functions, eg aggregate functions
  • add logging
  • add const wherever should be