sqlite-createtable-parser
sqlite-createtable-parser copied to clipboard
A parser for SQLite create table sql statements.
Results
1
sqlite-createtable-parser issues
Sort by
recently updated
recently updated
newest added
- disable warning 4201 "nonstandard extension used: nameless struct/union" with MSVC - avoid error 'value computed is not used [-Werror=unused-value]' with gcc - avoid clang's "mark" pragma with MSVC and...