Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling: configuration | Josh Soref | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | [master/1982] append $(DESTDIR) to the paths checked in compatcheck. | JINMEI Tatuya | 2012-06-11 | 1 | -6/+11 |
| | |||||
* | [324] make sure dbutil is run only when the DB file exists. | JINMEI Tatuya | 2012-03-30 | 1 | -5/+8 |
| | | | | otherwise make install incorrectly fails for a clean install. | ||||
* | [324] use the dbutil script for pre-compatibility checker. | JINMEI Tatuya | 2012-03-30 | 2 | -64/+5 |
| | | | | sqlite3-difftbl-check.py is now unnecessary, so has been removed. | ||||
* | [324new2] Merge branch 'trac324new' into trac324new2 | JINMEI Tatuya | 2012-03-30 | 1 | -3/+3 |
|\ | |||||
| * | [324] various fixes for SQLite3 schema | JINMEI Tatuya | 2012-03-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | - STRING => TEXT - make sure the right side of LIKE is a placeholder for a string, not an expression (otherwise it doesn't use indices) - introduce the "records_bytype_and_rname" index. it's necessary to optimize the FIND_PREVIOUS query. | ||||
* | | Add more .gitignore files for the rest of generated stuff | Mukund Sivaraman | 2012-03-09 | 1 | -0/+1 |
|/ | |||||
* | [master] typo | JINMEI Tatuya | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | [1404] typo | JINMEI Tatuya | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | [1404] don't do anything if the DB doesn't exist | JINMEI Tatuya | 2011-11-21 | 1 | -0/+5 |
| | |||||
* | [1404] check the schema version of the SQLite3 data source file | JINMEI Tatuya | 2011-11-21 | 3 | -0/+68 |
and stop instllation if it's old. The checker script can also be used to upgrade the schema via a non default command line option. |