Go to file
VaclavT 34e432d031 work on order by began 2021-07-28 22:35:12 +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 work on order by began 2021-07-28 22:35:12 +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 work on order by began 2021-07-28 22:35:12 +02:00
lexer.h work on order by began 2021-07-28 22:35:12 +02:00
main.cpp work on order by began 2021-07-28 22:35:12 +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 work on order by began 2021-07-28 22:35:12 +02:00
parser.h work on order by began 2021-07-28 22:35:12 +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 work on order by began 2021-07-28 22:35:12 +02:00
table.h work on order by began 2021-07-28 22:35:12 +02:00
usql.cpp work on order by began 2021-07-28 22:35:12 +02:00
usql.h work on order by began 2021-07-28 22:35:12 +02:00

Readme.md

TODO

  • support for order by, offset, limit
  • support for btree indexes
  • support for parenthesis
  • support for *
  • 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