aboutsummaryrefslogtreecommitdiff
path: root/src/com/benlinskey/grdbc/SyntaxCreator.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix _ID column bug.v1.0.1Ben Linskey2013-12-161-1/+1
| | | | | SQLite was not populating the _ID columns with the ROWID due to the fact that the _ID datatype was set to INT rather than INTEGER.
* Add grammar database creation code.Ben Linskey2013-12-161-0/+199