issues
search
ms705
/
nom-sql
Rust SQL parser written using nom
MIT License
232
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
parse very slow
#90
zhuxiujia
opened
1 year ago
0
parse sub query fail
#89
zhuxiujia
opened
1 year ago
0
Support for window functions
#88
soulstompp
opened
2 years ago
0
Table partitioning
#87
soulstompp
opened
2 years ago
0
Improved support for CREATE TABLE parsing
#86
soulstompp
opened
2 years ago
0
Insert parsing improvements
#85
soulstompp
opened
2 years ago
0
Support :named place holders
#84
soulstompp
opened
2 years ago
0
With clause parsing support
#83
soulstompp
opened
2 years ago
2
allow nested compound statements wherever permitted
#82
soulstompp
opened
2 years ago
0
Support compound nested select statements where permitted
#81
soulstompp
opened
2 years ago
0
Support partition selection with PARTITION option
#80
soulstompp
opened
2 years ago
0
Support REPLACE INTO command
#79
soulstompp
opened
2 years ago
0
Support nested selection for FROM clauses
#78
soulstompp
opened
2 years ago
0
Support WITH Clauses
#77
soulstompp
opened
2 years ago
0
Support nested selection, DEFAULT VALUES and ON DUPLICATE for insertion parser
#76
soulstompp
opened
2 years ago
2
support for complex sorting clauses
#75
soulstompp
opened
2 years ago
0
Problem parsing certain CASE statements
#74
soulstompp
opened
2 years ago
0
Support Calculated ORDER BY/GROUP BY clauses
#73
soulstompp
opened
2 years ago
0
Separate HAVING and GROUP BY parsing
#72
soulstompp
opened
2 years ago
0
Support stand-alone HAVING clauses
#71
soulstompp
opened
2 years ago
0
Optional object clauses allowing literal selects
#70
soulstompp
opened
2 years ago
0
ensure IS/IS NOT NULL parses correctly
#69
soulstompp
opened
2 years ago
0
update the nom version add .idea directory to .gitignore
#68
Enochack
closed
1 year ago
0
Select expressions must have at least one table
#67
glittershark
opened
3 years ago
5
Upgrade to nom 6, fix errors
#66
gzsombor
closed
3 years ago
2
Support nested arithmetic.
#65
frihed
closed
4 years ago
1
Support nested arithmetic.
#64
frihed
closed
4 years ago
1
Parentheses always appear in pairs.
#63
frihed
closed
4 years ago
0
Correctly parse NOT IN
#62
frihed
closed
4 years ago
1
Custom functions
#61
gzsombor
closed
4 years ago
3
with clause
#60
yymm
closed
4 years ago
0
Add support for schema.table notation
#59
chernomor
closed
4 years ago
3
Add placeholder variables
#58
gzsombor
closed
4 years ago
2
Implement condition 'not exists (select ...)' and 'exists (select ...)'
#57
gzsombor
closed
4 years ago
0
Support selecting literals only
#56
tomharmon
opened
4 years ago
0
Only match balanced parenthesis
#55
tomharmon
opened
4 years ago
0
Disallow illlegal trailing commas in order by clause
#54
tomharmon
opened
4 years ago
0
Bump nom to v5
#53
tomharmon
closed
4 years ago
18
Upgrade to nom v5
#52
tomharmon
closed
4 years ago
1
Support nested arithmetic expressions
#51
tomharmon
opened
4 years ago
1
Filter aggregate
#50
jmbredenberg
closed
4 years ago
1
Moar unsignedness love
#49
alexsnaps
opened
5 years ago
3
Quick fix
#48
alexsnaps
closed
5 years ago
1
remove other documentation comments
#47
ghost
closed
5 years ago
0
fix unused doc comment warnings
#46
ghost
closed
5 years ago
1
remove unused variable in test
#45
ghost
closed
5 years ago
0
Support MySQL User-Defined Variables
#44
jonhoo
closed
5 years ago
2
Add placeholder `:1` and `$1`
#43
Jekshmek
closed
4 years ago
3
Add placeholder `:1` and `$1`
#42
Jekshmek
closed
4 years ago
0
Support leading whitespace in value lists
#41
bschwind
closed
5 years ago
4
Next