| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+2 |
* | fix sqlite test | Mike Bayer | 2011-02-11 | 1 | -1/+1 |
* | - The path given as the location of a sqlite database is now | Mike Bayer | 2011-02-10 | 1 | -2/+10 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -14/+0 |
* | - fix reflection of unknown types with arguments, NullType() accepts no argum... | Mike Bayer | 2011-01-12 | 1 | -18/+27 |
* | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -0/+14 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -10/+10 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -2/+2 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
* | | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -1/+12 |
|/ |
|
* | - On the same theme, the REFERENCES clause in a CREATE TABLE | Mike Bayer | 2010-11-12 | 1 | -3/+33 |
* | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -0/+21 |