sqlpop icon indicating copy to clipboard operation
sqlpop copied to clipboard

SQL parser (as understood by SQLite)

Results 6 sqlpop issues
Sort by recently updated
recently updated
newest added

See https://github.com/bluss/petgraph/issues/153 for more details

wontfix

https://sqlite.org/lang_UPSERT.html

enhancement

`'escaped''quote'` is parsed as `escaped''quote` but should be parsed as `escaped'quote`.

bug

[lalrpop](https://github.com/nikomatsakis/lalrpop/issues/156)

bug

[lalrpop-intern](https://crates.io/crates/lalrpop-intern) ```rust use lalrpop_intern::InternedString; use lalrpop_intern::intern; ``` Or [string cache](https://crates.io/crates/string_cache)

enhancement

See `sqlite3_complete`.

enhancement