Skip to content

Commit

Permalink
Adds missing helper methods for pragmas.
Browse files Browse the repository at this point in the history
Updated the methods for pragma calls according to the currently
supported pragmas listed on https://sqlite.org/pragma.html. The previous
behaviour is maintained and extended by the new pragmas.
Only thing changed is the auto_vacuum pragma, which has changed in the
commit from 2007-04-26:
https://www.sqlite.org/cgi/src/info/f6a6d2b8872c05089810b1e095f39011f3035408

So, the minimal version for this to work is SQLite 3.4.0
  • Loading branch information
aibor committed Feb 10, 2016
1 parent acd19da commit ee010db
Showing 1 changed file with 357 additions and 33 deletions.
Loading

0 comments on commit ee010db

Please sign in to comment.