summaryrefslogtreecommitdiff
path: root/test/dialect/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* More adjustment to this SQLite related issue which was released inMike Bayer2012-12-141-2/+26
* getting everything to pass againMike Bayer2012-09-271-1/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
* - [feature] Added support for the localtimestamp()Mike Bayer2012-09-261-0/+6
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-231-1/+14
* - [bug] Adjusted a very old bugfix which attemptedMike Bayer2012-09-191-13/+44
* -whitespace bonanza, contdMike Bayer2012-07-281-15/+15
* Improve SQLite DATETIME storage format handling [ticket:2363]Nathan Wright2012-03-121-0/+82
* Move a SQLLite datetime test to a new DateTimeTest caseNathan Wright2012-03-121-9/+12
* - [feature] Added "false()" and "true()" expressionMike Bayer2012-01-181-0/+21
* that's not a "name=0", that's a counter. so name is None unconditonally.Mike Bayer2012-01-071-5/+11
* - [bug] the "name" of an FK constraint in SQLiteMike Bayer2012-01-071-0/+37
* - Ensured that the same ValueError is raised forMike Bayer2011-08-041-1/+15
* - SQLite dialect no longer strips quotesMike Bayer2011-07-281-2/+27
* test only runs on sqliteMike Bayer2011-04-101-0/+4
* - Fixed bug where reflection of foreign keyMike Bayer2011-04-101-0/+19
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-1/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-7/+7
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+2
* fix sqlite testMike Bayer2011-02-111-1/+1
* - The path given as the location of a sqlite database is nowMike Bayer2011-02-101-2/+10
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-1/+1
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-161-14/+0
* - fix reflection of unknown types with arguments, NullType() accepts no argum...Mike Bayer2011-01-121-18/+27
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-0/+14
* - whitespace removal bonanzaMike Bayer2011-01-021-10/+10
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-2/+2
|\
| * - 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