| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This commit adds the greekLowercase column to the lexicon index. This will
hopefully speed up search queries a bit.
|
| |\
| |
| |
| |
| |
| | |
Conflicts:
src/com/benlinskey/grdbc/LexiconCreator.java
src/com/benlinskey/grdbc/SyntaxCreator.java
|
| | | |
|
| |/
|
|
|
| |
This commit also adds a missing documentation comment for the GreekTextParser
class.
|
| |
|
|
|
| |
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.
|
| |
|