Skip to content

Pull requests: apache/datafusion-sqlparser-rs

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Implemented DELETE keyword
#12 by chwoda1 was merged Sep 7, 2018 Loading… updated Sep 7, 2018
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
Add LIKE operator
#32 by cswinter was merged Dec 16, 2018 Loading… updated Dec 16, 2018
Support for joins
#28 by fredrikroos was merged Jan 12, 2019 Loading… updated Jan 12, 2019
Miscellaneous fixes
#34 by nickolay was merged Jan 12, 2019 Loading… updated Jan 12, 2019
implement NOT
#33 by andygrove was merged Jan 12, 2019 Loading… updated Jan 12, 2019
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
Rust 2018 and clippy fixes
#51 by nickolay was merged Apr 27, 2019 Loading… updated Apr 27, 2019
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.