aboutsummaryrefslogtreecommitdiff
path: root/src/com/benlinskey/grdbc/LexiconCreator.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into devBen Linskey2014-02-021-1/+1
|\ | | | | | | | | | | Conflicts: src/com/benlinskey/grdbc/LexiconCreator.java src/com/benlinskey/grdbc/SyntaxCreator.java
| * Change "_ID" column name to "_id."Ben Linskey2013-12-311-1/+1
| |
* | Replace tabs with spaces.Ben Linskey2013-12-171-177/+179
|/ | | | | This commit also adds a missing documentation comment for the GreekTextParser class.
* 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 interface and lexicon database creation code.Ben Linskey2013-12-161-0/+214