Go to file
VaclavT 6d4fe43a3b fixes and improvements
exceptions related code needs work
2021-07-26 17:50:16 +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 fixes and improvements 2021-07-26 17:50:16 +02:00
CMakeLists.txt int is long, select column can be function, some fixes.. 2021-07-19 19:44:46 +02:00
Readme.md fixes and improvements 2021-07-26 17:50:16 +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 fixes and improvements 2021-07-26 17:50:16 +02:00
exception.h fixes and improvements 2021-07-26 17:50:16 +02:00
lexer.cpp fixes and improvements 2021-07-26 17:50:16 +02:00
lexer.h fixes and improvements 2021-07-26 17:50:16 +02:00
main.cpp fixes and improvements 2021-07-26 17:50:16 +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 fixes and improvements 2021-07-26 17:50:16 +02:00
parser.h fixes and improvements 2021-07-26 17:50:16 +02:00
row.cpp fixes and improvements 2021-07-26 17:50:16 +02:00
row.h fixes and improvements 2021-07-26 17:50:16 +02:00
table.cpp fixes and improvements 2021-07-26 17:50:16 +02:00
table.h fixes and improvements 2021-07-26 17:50:16 +02:00
usql.cpp fixes and improvements 2021-07-26 17:50:16 +02:00
usql.h fixes and improvements 2021-07-26 17:50:16 +02:00

Readme.md

TODO

  • drop table command
  • move csv generation from usql(save_table) to table class
  • add exceptions and rename it to UsqlException
  • class members should have prefix m_
  • maybe to create iterator on table
  • add pipe | token
  • add count min and max functions, eg aggregate functions
  • add logging
  • add const wherever should be