Go to file
VaclavT 7d91319f0b drop table added 2021-07-27 19:29:04 +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 drop table added 2021-07-27 19:29:04 +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 drop table added 2021-07-27 19:29:04 +02:00
lexer.h drop table added 2021-07-27 19:29:04 +02:00
main.cpp drop table added 2021-07-27 19:29:04 +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 drop table added 2021-07-27 19:29:04 +02:00
parser.h drop table added 2021-07-27 19:29:04 +02:00
prices.csv drop table added 2021-07-27 19:29:04 +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 drop table added 2021-07-27 19:29:04 +02:00
table.h drop table added 2021-07-27 19:29:04 +02:00
usql.cpp drop table added 2021-07-27 19:29:04 +02:00
usql.h drop table added 2021-07-27 19:29:04 +02:00

Readme.md

TODO

  • support for *
  • support for order by, offset, limit
  • add pipe | token
  • add count min and max functions, eg aggregate functions
  • maybe to create iterator on table
  • add exceptions and rename it to UsqlException
  • class members should have prefix m_
  • add const wherever should be