summaryrefslogtreecommitdiffstats
path: root/compatcheck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spelling: configurationJosh Soref2017-07-231-1/+1
|
* [master/1982] append $(DESTDIR) to the paths checked in compatcheck.JINMEI Tatuya2012-06-111-6/+11
|
* [324] make sure dbutil is run only when the DB file exists.JINMEI Tatuya2012-03-301-5/+8
| | | | otherwise make install incorrectly fails for a clean install.
* [324] use the dbutil script for pre-compatibility checker.JINMEI Tatuya2012-03-302-64/+5
| | | | sqlite3-difftbl-check.py is now unnecessary, so has been removed.
* [324new2] Merge branch 'trac324new' into trac324new2JINMEI Tatuya2012-03-301-3/+3
|\
| * [324] various fixes for SQLite3 schemaJINMEI Tatuya2012-03-051-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 stuffMukund Sivaraman2012-03-091-0/+1
|/
* [master] typoJINMEI Tatuya2011-11-211-1/+1
|
* [1404] typoJINMEI Tatuya2011-11-211-1/+1
|
* [1404] don't do anything if the DB doesn't existJINMEI Tatuya2011-11-211-0/+5
|
* [1404] check the schema version of the SQLite3 data source fileJINMEI Tatuya2011-11-213-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.