-
Notifications
You must be signed in to change notification settings - Fork 666
Pull requests: apache/datafusion-sqlparser-rs
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Implementing Line And Column Numbers. Requesting Feedback
#13
by chwoda1
was closed Sep 7, 2018
Loading…
updated Sep 7, 2018
Include row and column in tokenizer error messages
#14
by chwoda1
was merged Sep 8, 2018
Loading…
updated Sep 8, 2018
Implement parsing insert statement
#21
by ivanceras
was merged Sep 29, 2018
Loading…
updated Sep 29, 2018
Correction on prev_token, the index should decremented
#20
by ivanceras
was merged Oct 6, 2018
Loading…
updated Oct 7, 2018
added support for expressions with parentheses
#24
by virattara
was merged Oct 14, 2018
Loading…
updated Oct 14, 2018
fix for queries with both order by and limit
#26
by virattara
was merged Oct 14, 2018
Loading…
updated Oct 14, 2018
Support "searched" CASE expressions
#25
by nickolay
was merged Oct 17, 2018
Loading…
updated Oct 17, 2018
consume semi colon at the end of select and delete queries
#27
by virattara
was merged Oct 17, 2018
Loading…
updated Oct 17, 2018
Clean up consume_token() and parse/expect_keyword()
#35
by nickolay
was merged Jan 13, 2019
Loading…
updated Jan 20, 2019
Support parsing table & column aliases.
#41
by zhzy0077
was closed Feb 17, 2019
Loading…
updated Mar 6, 2019
Clean up string-related variants in Token and Value
#36
by nickolay
was merged Mar 8, 2019
Loading…
updated Mar 8, 2019
Remove sqlparser_generic.rs/sqlparser_postgres.rs duplication
#38
by nickolay
was merged Mar 8, 2019
Loading…
updated Mar 8, 2019
Revert "Rework keyword/identifier parsing"
#42
by andygrove
was merged Mar 8, 2019
Loading…
updated Mar 8, 2019
Add a Gitter chat badge to README.md
#44
by gitter-badger
was closed Apr 1, 2019
Loading…
updated Apr 1, 2019
What's the best way to merge my fork?
#43
by nickolay
was merged Apr 3, 2019
Loading…
updated Apr 3, 2019
Support parsing create external table.
#46
by zhzy0077
was merged Apr 13, 2019
Loading…
updated Apr 13, 2019
Support SELECT DISTINCT, and a few minor tweaks
#49
by nickolay
was merged Apr 20, 2019
Loading…
updated Apr 20, 2019
Rework keyword/identifier parsing
#37
by nickolay
was merged Mar 8, 2019
Loading…
updated Apr 20, 2019
Fix qualified wildcard stringifying
#53
by thomas-jeepe
was merged Apr 27, 2019
Loading…
updated Apr 27, 2019
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.