summaryrefslogtreecommitdiff
path: root/test/dialect/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* - Enabled schema support on SQLite, added the temporary table namespace to ta...Jason Kirtland2008-02-051-0/+61
* - fixed reflection of Time columns on sqliteJason Kirtland2008-02-011-0/+68
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-15/+15
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-16/+13
* - removed regular expression step from most statement compilations.Mike Bayer2007-10-271-0/+15
* bumped sqlite version for empty insert test to 3.4Mike Bayer2007-10-211-6/+10
* Excluding older sqlite versions from the new insert tests. Currently conserv...Jason Kirtland2007-10-201-0/+6
* Fixed empty (zero column) sqlite inserts, allowing inserts onJason Kirtland2007-10-191-0/+63
* - sqlite housekeeping- added dialect test & moved tests there, pruned the dia...Jason Kirtland2007-10-111-0/+89