Activity
Implement explain (query plan) statements, ala sqlite
Implement explain (query plan) statements, ala sqlite
Merge branch 'JakeWheat:master' into master
Merge branch 'JakeWheat:master' into master
Merge branch 'default-clause-inside-constraints' into latest
Merge branch 'default-clause-inside-constraints' into latest
Allow default clauses inside constraints
Allow default clauses inside constraints
Allow not specifying types for column defs
Allow not specifying types for column defs
Merge branch 'master' of github.com:Airsequel/simple-sql-parser
Merge branch 'master' of github.com:Airsequel/simple-sql-parser
Implement sqlite "without rowid" clauses
Implement sqlite "without rowid" clauses
Implement sqlite "without rowid" clauses
Implement sqlite "without rowid" clauses
Add non-comma separated constraint dialect toggle
Add non-comma separated constraint dialect toggle
Parse constraints not separated by comma
Parse constraints not separated by comma
Add autoincrement option to dialect
Add autoincrement option to dialect
Force push
Add autoincrement option to dialect
Add autoincrement option to dialect
Support autoincrement columns
Support autoincrement columns
Parse constraints not separated by comma
Parse constraints not separated by comma