Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a bunch of stuff for making LINGO puzzles | Star Rauchenberger | 2022-12-08 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary ROWIDs from database schema | Kelly Rauchenberger | 2018-09-26 | 1 | -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.0 | Kelly Rauchenberger | 2017-11-08 | 1 | -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 |