summaryrefslogtreecommitdiff
path: root/test/dialect/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
...
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
* | - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-1/+12
|/
* - On the same theme, the REFERENCES clause in a CREATE TABLEMike Bayer2010-11-121-3/+33
* - The REFERENCES clause in a CREATE TABLE that includesMike Bayer2010-11-121-0/+21
* test/dialectMike Bayer2010-07-111-258/+254
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-271-0/+13
* fix sqlite testsMike Bayer2010-03-191-4/+4
* Match tests have been completely wrong.Michael Trier2010-02-261-1/+1
* - The assert_unicode flag is deprecated. SQLAlchemy will raiseMike Bayer2010-02-251-4/+4
* - Added "native_datetime=True" flag to create_engine().Mike Bayer2010-02-111-0/+25
* - Column() supports a keyword argument "sqlite_autoincrement", whichMike Bayer2009-12-181-1/+23
* - sqlite dialect properly generates CREATE INDEX for a tableMike Bayer2009-12-071-1/+13
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-3/+9
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-6/+1
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-1/+1
* - boolean, int, and float arguments count as "cache key" values for inspector...Mike Bayer2009-10-011-1/+19
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-59/+58
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+501