summaryrefslogtreecommitdiff
path: root/test/dialect/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-9/+10
* Support python3.6Mike Bayer2017-01-131-3/+3
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-15/+28
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-061-0/+11
* - further adjustment to accomodate for the "ON" in "NO ACTION"Mike Bayer2016-06-031-2/+10
* Ensure "options" present for unnamed / unlocatable FKMike Bayer2016-06-031-11/+43
* Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-021-0/+37
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+15
* sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-271-3/+34
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-3/+37
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-23/+17
* Support get_schema_names for SQLitepr/198Brian Van Klaveren2015-09-091-0/+5
* Test for partial index support in sqlite dialects.Kai Groner2015-01-261-1/+22
* - 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