<feed xmlns='http://www.w3.org/2005/Atom'>
<title>greek-reference-database-creator/src/com/benlinskey/grdbc/LexiconCreator.java, branch v1.2.0</title>
<subtitle>Creates the DB used in the Greek Reference app</subtitle>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/'/>
<entry>
<title>Alphabetize lexicon entries.</title>
<updated>2014-02-04T03:34:24+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2014-02-04T03:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=2e5458bcc606ee558bb98a47b064efdb219e93ca'/>
<id>2e5458bcc606ee558bb98a47b064efdb219e93ca</id>
<content type='text'>
Lexicon entries are now properly alphabetized in the database, so a word's ID
column corresponds to its alphabetical position.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lexicon entries are now properly alphabetized in the database, so a word's ID
column corresponds to its alphabetical position.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update lexicon index</title>
<updated>2014-02-02T06:47:08+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2014-02-02T06:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=5f0e8a99661f7b4a9b7993bf3cf6f2fa3b78967e'/>
<id>5f0e8a99661f7b4a9b7993bf3cf6f2fa3b78967e</id>
<content type='text'>
This commit adds the greekLowercase column to the lexicon index. This will
hopefully speed up search queries a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds the greekLowercase column to the lexicon index. This will
hopefully speed up search queries a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into dev</title>
<updated>2014-02-02T06:30:35+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2014-02-02T06:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=fa7224732c4a10e104d1dd58715482125f7ca9ad'/>
<id>fa7224732c4a10e104d1dd58715482125f7ca9ad</id>
<content type='text'>
Conflicts:
	src/com/benlinskey/grdbc/LexiconCreator.java
	src/com/benlinskey/grdbc/SyntaxCreator.java
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/com/benlinskey/grdbc/LexiconCreator.java
	src/com/benlinskey/grdbc/SyntaxCreator.java
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "_ID" column name  to "_id."</title>
<updated>2013-12-31T05:38:45+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-31T05:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=c0ac0c2b1b4cc304e4f0428ca6ddde3473cfa78f'/>
<id>c0ac0c2b1b4cc304e4f0428ca6ddde3473cfa78f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace tabs with spaces.</title>
<updated>2013-12-17T14:15:23+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T14:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=81289d52a0b771de363a361c1d04ae3146e5d8cf'/>
<id>81289d52a0b771de363a361c1d04ae3146e5d8cf</id>
<content type='text'>
This commit also adds a missing documentation comment for the GreekTextParser
class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also adds a missing documentation comment for the GreekTextParser
class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _ID column bug.</title>
<updated>2013-12-17T03:26:24+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T03:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=ccf9b883eaaf75cbbbf41a18970fe0f3ff619d04'/>
<id>ccf9b883eaaf75cbbbf41a18970fe0f3ff619d04</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add interface and lexicon database creation code.</title>
<updated>2013-12-17T00:29:01+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T00:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=e2371bbe19443fe43d5e16f86f811d092e1406ce'/>
<id>e2371bbe19443fe43d5e16f86f811d092e1406ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
