| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -9/+10 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -3/+3 |
* | Change autoincrement compileerror to a warning | Mike Bayer | 2016-10-07 | 1 | -15/+28 |
* | Add IS (NOT) DISTINCT FROM operators | Sebastian Bank | 2016-06-06 | 1 | -0/+11 |
* | - further adjustment to accomodate for the "ON" in "NO ACTION" | Mike Bayer | 2016-06-03 | 1 | -2/+10 |
* | Ensure "options" present for unnamed / unlocatable FK | Mike Bayer | 2016-06-03 | 1 | -11/+43 |
* | Reflect ON DELETE and ON UPDATE for SQLite foreign keys | Michal Petrucha | 2016-06-02 | 1 | -0/+37 |
* | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+15 |
* | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -3/+34 |
* | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -3/+37 |
* | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -23/+17 |
* | Support get_schema_names for SQLitepr/198 | Brian Van Klaveren | 2015-09-09 | 1 | -0/+5 |
* | Test for partial index support in sqlite dialects. | Kai Groner | 2015-01-26 | 1 | -1/+22 |
* | - rework sqlite FK and unique constraint system to combine both PRAGMA | Mike Bayer | 2014-12-13 | 1 | -123/+291 |
* | - add test_get_unnamed_unique_constraints to SQLite reflection tests | Jon Nelson | 2014-12-13 | 1 | -0/+18 |
* | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 1 | -0/+57 |
* | - pep8 | Mike Bayer | 2014-12-05 | 1 | -191/+232 |
* | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 1 | -36/+102 |
* | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt... | Mike Bayer | 2014-09-17 | 1 | -0/+18 |
|\ |
|
| * | Handle sqlite get_unique_constraints() call for temporary tables | Johannes Erdfelt | 2014-09-17 | 1 | -0/+18 |
* | | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -17/+0 |
|/ |
|
* | - add tests for the savepoint recipe | Mike Bayer | 2014-08-09 | 1 | -0/+78 |
* | - Fixed a few errant ``u''`` strings that would prevent tests from passing | Mike Bayer | 2014-03-22 | 1 | -2/+2 |
* | - dont need this import and it's not in 2.6 anyway | Mike Bayer | 2014-02-17 | 1 | -1/+0 |
* | - rewrite SQLite reflection tests into one consistent fixture, which tests | Mike Bayer | 2014-02-16 | 1 | -159/+144 |
* | - The SQLite dialect will now skip unsupported arguments when reflecting | Mike Bayer | 2014-02-16 | 1 | -4/+16 |
* | SQLite dialect - support relection from affinitypr/65 | Erich Blume | 2014-02-03 | 1 | -5/+63 |
* | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -1/+46 |
* | Added :class:`.BIGINT` to the list of type names that can be | Mike Bayer | 2013-07-02 | 1 | -1/+3 |
* | - add a test specific to sqlite testing cursor.description encoding (should | Mike Bayer | 2013-05-26 | 1 | -1/+22 |
* | sqlite tests | Mike Bayer | 2013-05-26 | 1 | -5/+5 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
* | More adjustment to this SQLite related issue which was released in | Mike Bayer | 2012-12-14 | 1 | -2/+26 |
* | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -1/+3 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
* | - [feature] Added support for the localtimestamp() | Mike Bayer | 2012-09-26 | 1 | -0/+6 |
* | - [bug] Adjusted column default reflection code to | Mike Bayer | 2012-09-23 | 1 | -1/+14 |
* | - [bug] Adjusted a very old bugfix which attempted | Mike Bayer | 2012-09-19 | 1 | -13/+44 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -15/+15 |
* | Improve SQLite DATETIME storage format handling [ticket:2363] | Nathan Wright | 2012-03-12 | 1 | -0/+82 |
* | Move a SQLLite datetime test to a new DateTimeTest case | Nathan Wright | 2012-03-12 | 1 | -9/+12 |
* | - [feature] Added "false()" and "true()" expression | Mike Bayer | 2012-01-18 | 1 | -0/+21 |
* | that's not a "name=0", that's a counter. so name is None unconditonally. | Mike Bayer | 2012-01-07 | 1 | -5/+11 |
* | - [bug] the "name" of an FK constraint in SQLite | Mike Bayer | 2012-01-07 | 1 | -0/+37 |
* | - Ensured that the same ValueError is raised for | Mike Bayer | 2011-08-04 | 1 | -1/+15 |
* | - SQLite dialect no longer strips quotes | Mike Bayer | 2011-07-28 | 1 | -2/+27 |
* | test only runs on sqlite | Mike Bayer | 2011-04-10 | 1 | -0/+4 |
* | - Fixed bug where reflection of foreign key | Mike Bayer | 2011-04-10 | 1 | -0/+19 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -1/+2 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -7/+7 |