Jovansonlee Cesar
|
2007995938
|
Improve the create statement parser that uses create statements from pg database dump
Added PostgreSQL style casting
|
2018-09-24 03:34:40 +08:00 |
|
Jovansonlee Cesar
|
7d27abdfb4
|
Correction on prev_token, the index should decremented
|
2018-09-21 02:34:44 +08:00 |
|
Andy Grove
|
3fe6fa4041
|
Reduce duplicate code in tokenizer
|
2018-09-08 14:55:03 -06:00 |
|
Andy Grove
|
810cd8e6cf
|
tokenizer delegates to dialect now
|
2018-09-08 14:49:25 -06:00 |
|
Andy Grove
|
96f1f9f35e
|
(cargo-release) start next development iteration 0.1.6-alpha.0
|
2018-09-08 08:52:10 -06:00 |
|
Andy Grove
|
70f3b78f33
|
(cargo-release) version 0.1.5
|
2018-09-08 08:52:01 -06:00 |
|
Andy Grove
|
d5fd4aafaf
|
fix example
|
2018-09-08 08:51:52 -06:00 |
|
Andy Grove
|
48e78f99dd
|
Update code sample in README
|
2018-09-08 08:43:15 -06:00 |
|
Andy Grove
|
e16b92763a
|
Update README and description
|
2018-09-08 08:42:07 -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 |
|
Andy Grove
|
e19d559073
|
Add SQLAssignment struct for use in INSERT
|
2018-09-08 08:06:10 -06:00 |
|
Andy Grove
|
0d36aa536a
|
Update docs on writing custom parsers
|
2018-09-08 07:29:34 -06:00 |
|
Andy Grove
|
6374b521c9
|
Update documentation to point to docs.rs
|
2018-09-08 07:29:17 -06:00 |
|
Andy Grove
|
049fe9034f
|
(cargo-release) start next development iteration 0.1.5-alpha.0
|
2018-09-08 07:24:40 -06:00 |
|
Andy Grove
|
ed40edd3b0
|
(cargo-release) version 0.1.4
|
2018-09-08 07:24:32 -06:00 |
|
Andy Grove
|
9cc4bc3423
|
Adding rustdoc comments
|
2018-09-08 07:24:00 -06:00 |
|
Andy Grove
|
ecc6b5fb38
|
update README
|
2018-09-08 06:38:16 -06:00 |
|
Andy Grove
|
dec70a677f
|
fix build badge
|
2018-09-08 06:35:01 -06:00 |
|
Andy Grove
|
09f6a43fc9
|
Merge pull request #14 from crw5996/add-line-columns
Include row and column in tokenizer error messages
|
2018-09-08 06:19:24 -06:00 |
|
crw5996
|
900c56ff29
|
Fixed column values to reflect length of tokens
|
2018-09-07 20:23:23 -04:00 |
|
crw5996
|
82d1f36366
|
Added line number errors in the tokenizer
|
2018-09-07 18:34:22 -04:00 |
|
Andy Grove
|
8bbdbf8047
|
Merge pull request #12 from crw5996/implement-delete
Implemented DELETE keyword
|
2018-09-07 09:41:36 -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
|
78439bfa18
|
Remove duplicate title from README
|
2018-09-03 15:06:43 -06:00 |
|
Andy Grove
|
401f01cb41
|
update docs
|
2018-09-03 14:58:19 -06:00 |
|
Andy Grove
|
21540817e5
|
(cargo-release) start next development iteration 0.1.4-alpha.0
|
2018-09-03 14:56:39 -06:00 |
|
Andy Grove
|
fe8fe229a3
|
(cargo-release) version 0.1.3
|
2018-09-03 14:56:33 -06:00 |
|
Andy Grove
|
cfe7ee5613
|
make precision on FLOAT optional for now
|
2018-09-03 14:56:26 -06:00 |
|
Andy Grove
|
4dbd76984b
|
(cargo-release) start next development iteration 0.1.3-alpha.0
|
2018-09-03 13:52:18 -06:00 |
|
Andy Grove
|
9448711760
|
(cargo-release) version 0.1.2
|
2018-09-03 13:52:11 -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
|
ce66505377
|
(cargo-release) start next development iteration 0.1.2-alpha.0
|
2018-09-03 13:40:11 -06:00 |
|
Andy Grove
|
cfd410e6aa
|
bump version
|
2018-09-03 13:39:54 -06:00 |
|
Andy Grove
|
7bea9a8648
|
cargo fmt
|
2018-09-03 11:45:03 -06:00 |
|
Andy Grove
|
dc97d8ef5d
|
Badges
|
2018-09-03 11:18:17 -06:00 |
|
Andy Grove
|
bd855fd296
|
add travis build script
|
2018-09-03 11:03:04 -06:00 |
|
Andy Grove
|
a07bca3cf7
|
update README
|
2018-09-03 10:55:46 -06:00 |
|
Andy Grove
|
4daa1a2827
|
update README
|
2018-09-03 10:49:55 -06:00 |
|
Andy Grove
|
b961069595
|
Update README.md
|
2018-09-03 10:38:45 -06:00 |
|
Andy Grove
|
87a576563b
|
Save
|
2018-09-03 10:31:04 -06:00 |
|
Andy Grove
|
5bac9fd131
|
Remove some non ANSI SQL support
|
2018-09-03 10:25:05 -06:00 |
|
Andy Grove
|
751a6f0880
|
Start adding ANSI SQL types
|
2018-09-03 10:04:29 -06:00 |
|
Andy Grove
|
ac130577c1
|
Save
|
2018-09-03 09:59:06 -06:00 |
|
Andy Grove
|
0c23392adb
|
replace with code from datafusion
|
2018-09-03 09:56:39 -06:00 |
|
Andy Grove
|
a86bd30515
|
Refactoring
|
2018-09-03 09:13:43 -06:00 |
|
Andy Grove
|
375671e208
|
Refactoring
|
2018-09-03 08:04:20 -06:00 |
|
Andy Grove
|
a1696ccdb8
|
Refactoring
|
2018-09-03 07:59:05 -06:00 |
|