summary refs log tree commit diff stats
path: root/lib/version.h
Commit message (Collapse)AuthorAgeFilesLines
* 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