Commit graph

64 commits

Author SHA1 Message Date
Jovansonlee Cesar
46274c536b Remove println debugging 2018-09-21 15:37:28 +08:00
Jovansonlee Cesar
5adce6a013 Implement parsing insert statement 2018-09-21 15:19:59 +08:00
Jovansonlee Cesar
7d27abdfb4 Correction on prev_token, the index should decremented 2018-09-21 02:34:44 +08:00
Andy Grove
810cd8e6cf tokenizer delegates to dialect now 2018-09-08 14:49:25 -06:00
Andy Grove
06a8870bd7 Introduce concept of dialects 2018-09-08 08:39:32 -06:00
Andy Grove
cc725791de cargo fmt 2018-09-08 08:10:05 -06:00
Andy Grove
d58e59324b Add SQLOrderBy struct to replace ASTNode::OrderByExpr 2018-09-08 08:09:32 -06:00
crw5996
549ed6e83a Implemented DELETE keyword. Not much to do, all of the subexpressions were already handled 2018-09-06 16:00:46 -04:00
Andy Grove
cfe7ee5613 make precision on FLOAT optional for now 2018-09-03 14:56:26 -06:00
Andy Grove
a10482c353 cargo fmt 2018-09-03 13:51:52 -06:00
Andy Grove
80cb9b13ce Remove FileType, fix compiler warning 2018-09-03 13:51:43 -06:00
Andy Grove
7bea9a8648 cargo fmt 2018-09-03 11:45:03 -06:00
Andy Grove
5bac9fd131 Remove some non ANSI SQL support 2018-09-03 10:25:05 -06:00
Andy Grove
0c23392adb replace with code from datafusion 2018-09-03 09:56:39 -06:00