Go to file
VaclavT 5e69ce1047 basic delete works 2021-07-09 23:42:43 +02:00
.idea initial commit 2021-06-29 19:28:14 +02:00
.vscode initial commit 2021-06-29 19:28:14 +02:00
.gitignore initial commit 2021-06-29 19:28:14 +02:00
CMakeLists.txt another ugly basic implementation 2021-07-04 15:26:06 +02:00
Readme.md basic skeletons of update and delete added 2021-07-08 20:51:03 +02:00
exception.cpp initial commit 2021-06-29 19:28:14 +02:00
exception.h initial commit 2021-06-29 19:28:14 +02:00
executor.cpp basic delete works 2021-07-09 23:42:43 +02:00
executor.h basic skeletons of update and delete added 2021-07-08 20:51:03 +02:00
lexer.cpp basic skeletons of update and delete added 2021-07-08 20:51:03 +02:00
lexer.h basic skeletons of update and delete added 2021-07-08 20:51:03 +02:00
main.cpp basic delete works 2021-07-09 23:42:43 +02:00
parser.cpp basic skeletons of update and delete added 2021-07-08 20:51:03 +02:00
parser.h basic delete works 2021-07-09 23:42:43 +02:00
row.cpp basic delete works 2021-07-09 23:42:43 +02:00
row.h basic delete works 2021-07-09 23:42:43 +02:00
table.cpp another ugly basic implementation 2021-07-04 15:26:06 +02:00
table.h another ugly basic implementation 2021-07-04 15:26:06 +02:00

Readme.md

TODO

  • rename it to usql
  • rename Exception to UException, Table to UTable, Row to URow etc
  • remove newlines from lexed string tokens
  • unify using of float and double keywords
  • add constructors
  • add exceptions
  • class members should have prefix m_
  • add pipe | token
  • add logging