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
Add support for (un)signed int, bigint, tinyint, double and real
#40
alexsnaps
closed
5 years ago
8
Test failures
#39
jmbredenberg
closed
5 years ago
0
Upgrade to nom v4
#38
benesch
closed
5 years ago
1
Support for variable length datetimes.
#37
alanamarzoev
closed
6 years ago
0
Improve error handling
#36
lovasoa
opened
6 years ago
4
Implement the remaining mysql string escape code
#35
lovasoa
closed
6 years ago
1
Parse sql strings with binary contents
#34
lovasoa
closed
6 years ago
1
Queries that contain arbitrary bytes cannot be parsed
#33
lovasoa
closed
6 years ago
1
fix issues with mysql table options
#32
lovasoa
closed
6 years ago
1
mysql table options can be written in any order, and be separated by a comma
#31
lovasoa
closed
6 years ago
0
Add support for comments
#30
lovasoa
opened
6 years ago
2
Are all queries processed as lowercase ?
#29
lovasoa
closed
6 years ago
1
[FIX] create table statements without a space after the table name
#28
lovasoa
closed
6 years ago
1
Add support for more mysql charsets
#27
lovasoa
closed
6 years ago
1
CREATE TABLE statements without a space between the table name and the column definition fail to parse
#26
lovasoa
closed
6 years ago
0
support mysql table option DEFAULT CHARSET=binary
#25
lovasoa
closed
6 years ago
0
Implement some string escaping
#24
lovasoa
closed
6 years ago
2
support MySQL special character escape sequences
#23
lovasoa
opened
6 years ago
5
`is null` is not an equivalent of `= null`
#22
nickelc
opened
6 years ago
1
Implement arithmetic expressions in the condition parsing
#21
gzsombor
closed
6 years ago
3
Support auto_increment in table options
#20
greizgh
closed
6 years ago
1
Refactor test helper
#19
greizgh
closed
6 years ago
1
Feature: handle column and table comments
#18
greizgh
closed
6 years ago
1
Feature: support comment on CREATE statements
#17
greizgh
closed
6 years ago
0
Attach the table name to keys and columns in CreateTableStatement
#16
ekmartin
closed
6 years ago
1
Move alias up to FieldExpression
#15
ekmartin
closed
1 year ago
6
Remove verbose-errors
#14
ekmartin
closed
6 years ago
0
Upgrade nom
#13
ekmartin
closed
6 years ago
5
Implement fmt::Display for ArithmeticExpression
#12
ekmartin
closed
7 years ago
1
Upgrade to latest version of nom
#11
jonhoo
closed
6 years ago
1
Add implementation of fmt::Display for SqlQuery
#10
ivanceras
closed
7 years ago
4
Add implementation for delete and update statement
#9
ivanceras
closed
7 years ago
3
Add aliases to arithmetic expressions
#8
ekmartin
closed
7 years ago
1
Impl display
#7
ivanceras
closed
7 years ago
1
Export arithmetic types
#6
ekmartin
closed
7 years ago
1
implement fmt::Display on SqlQuery for formatting the sql back to text
#5
ivanceras
closed
7 years ago
5
impl fmt::Display on SqlQuery for formatting the input sql nicely
#4
ivanceras
closed
7 years ago
1
Optional multispace when next to parenthesis
#3
ivanceras
closed
7 years ago
2
No Delete Query?
#2
ivanceras
closed
7 years ago
4
parses queries with nested select statements
#1
larat7
closed
7 years ago
1
Previous