summary refs log tree commit diff stats
path: root/lib/version.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary ROWIDs from database schemaKelly Rauchenberger2018-09-261-1/+1
| | | | | | | | The generator also now sorts and uniq's the WordNet files for antonymy, classification, and pertainymy/mannernymy, because those files contained duplicate rows, and the join tables without ROWIDs now enforce a uniqueness constraint. This constitutes a minor database update -- the new database is compatible with d1.0, but is ~12MB smaller. refs #6
* Created database versioning system d1.0Kelly Rauchenberger2017-11-081-0/+11
Also added an ANALYZE statement to the end of the datafile generation process. This generates information that allows sqlite to sometimes come up with a better query plan, and in many cases can significant speed up queries. This constitutes a minor database update, but because this is the first version that uses the database versioning system, older versions are essentially incompatible. refs #2