summaryrefslogtreecommitdiff
path: root/test/dialect/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-123/+291
* - add test_get_unnamed_unique_constraints to SQLite reflection testsJon Nelson2014-12-131-0/+18
* - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-0/+57
* - pep8Mike Bayer2014-12-051-191/+232
* - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-36/+102
* Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-171-0/+18
|\
| * Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-171-0/+18
* | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-17/+0
|/
* - add tests for the savepoint recipeMike Bayer2014-08-091-0/+78
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-221-2/+2
* - dont need this import and it's not in 2.6 anywayMike Bayer2014-02-171-1/+0
* - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-161-159/+144
* - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-161-4/+16
* SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-5/+63
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-1/+46
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-1/+3
* - add a test specific to sqlite testing cursor.description encoding (shouldMike Bayer2013-05-261-1/+22
* sqlite testsMike Bayer2013-05-261-5/+5
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
* 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