JINMEI Tatuya
380b3e8ec0
[master/1982] append $(DESTDIR) to the paths checked in compatcheck.
2012-06-11 13:54:06 -07:00
JINMEI Tatuya
9aa4dd78f5
[324] make sure dbutil is run only when the DB file exists.
...
otherwise make install incorrectly fails for a clean install.
2012-03-30 00:45:47 -07:00
JINMEI Tatuya
6cce379ad4
[324] use the dbutil script for pre-compatibility checker.
...
sqlite3-difftbl-check.py is now unnecessary, so has been removed.
2012-03-30 00:09:44 -07:00
JINMEI Tatuya
07403ec675
[324new2] Merge branch 'trac324new' into trac324new2
2012-03-29 15:51:28 -07:00
Mukund Sivaraman
2b13ceb687
Add more .gitignore files for the rest of generated stuff
2012-03-09 07:13:01 +05:30
JINMEI Tatuya
b587cb1fb6
[324] various fixes for SQLite3 schema
...
- 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.
2012-03-05 00:22:55 -08:00
JINMEI Tatuya
ec1cc2b4be
[master] typo
2011-11-21 13:31:54 -08:00
JINMEI Tatuya
6dd270220a
[1404] typo
2011-11-21 10:03:05 -08:00
JINMEI Tatuya
1bb5168b70
[1404] don't do anything if the DB doesn't exist
2011-11-21 10:02:43 -08:00
JINMEI Tatuya
4d3aef6a83
[1404] check the schema version of the SQLite3 data source file
...
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.
2011-11-21 00:29:37 -08:00