summaryrefslogtreecommitdiff
path: root/test/dialect/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-501/+0
* Corrected the SQLite SLBoolean type so that it properly treats 1 only as True...Michael Trier2009-05-051-0/+22
* Corrected the sqlite float type so that it properly gets reflected as a SLFlo...Michael Trier2009-04-131-1/+1
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-1/+31
* identified the SQLite changes which affect default reflectionMike Bayer2009-01-031-2/+4
* sqlite tests run fine locally but the buildbot seems to have an issue. Perhap...Michael Trier2009-01-031-5/+5
* sqlite reflection now stores the actual DefaultClause value for the column.Michael Trier2009-01-021-0/+48
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2Mike Bayer2008-10-121-0/+18
* - Overhauled SQLite date/time bind/result processingMike Bayer2008-09-191-0/+1
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-291-9/+7
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+82
* - SQLite Date, DateTime, and Time types only accept PythonMike Bayer2008-07-091-19/+2
* - Modified SQLite's representation of "microseconds" toMike Bayer2008-06-271-1/+15
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-2/+2
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-7/+7
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-7/+7
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-3/+3
* - 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