| Commit message (Expand) | Author | Age | Files | Lines |
* | - document / work around that dialect_options isn't necessarily there | Mike Bayer | 2014-12-05 | 1 | -0/+2 |
* | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 1 | -0/+4 |
* | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 1 | -4/+9 |
|\ |
|
| * | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 1 | -4/+9 |
* | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -5/+17 |
|/ |
|
* | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -0/+78 |
* | - use configured test_schema here | Mike Bayer | 2014-08-08 | 1 | -12/+14 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -74/+70 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -2/+2 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+5 |
* | - add new tests for individual type reflection | Mike Bayer | 2014-03-01 | 1 | -0/+46 |
* | use view_column requirement here | Mike Bayer | 2014-02-28 | 1 | -3/+3 |
* | - dont create a self-ref FK if test suite marked as not supporting self ref | Mike Bayer | 2014-02-28 | 1 | -13/+15 |
* | - repair signature for base get_unique_constraints() method | Mike Bayer | 2014-01-20 | 1 | -0/+1 |
* | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
* | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
* | Fix indexes reflection in PostgreSQLpr/13 | Roman Podolyaka | 2013-06-26 | 1 | -1/+6 |
* | Fix unique constraints reflection in PostgreSQLpr/11 | Roman Podolyaka | 2013-06-23 | 1 | -2/+2 |
* | Fix unique constraints reflection in SQLite | Roman Podolyaka | 2013-06-23 | 1 | -0/+4 |
* | Improve _test_get_unique_constraints() | Roman Podolyaka | 2013-06-23 | 1 | -1/+2 |
* | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -1/+44 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
* | - limit some of these on views, indexes, pk constraints being available | Mike Bayer | 2013-03-24 | 1 | -2/+8 |
* | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -0/+30 |
* | - cleanup HasSequence and move it to test_sequences | Mike Bayer | 2013-02-06 | 1 | -41/+1 |
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -1/+3 |
* | - test updates | Mike Bayer | 2012-10-04 | 1 | -20/+28 |
* | - requirements | Mike Bayer | 2012-10-03 | 1 | -2/+4 |
* | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -2/+3 |
* | allow variability here | Mike Bayer | 2012-09-30 | 1 | -0/+7 |
* | 2.5 support | Mike Bayer | 2012-09-30 | 1 | -0/+2 |
* | merge | Mike Bayer | 2012-09-29 | 1 | -2/+0 |
* | - rework component reflection test so that usual framework hooks can be used | Mike Bayer | 2012-09-29 | 1 | -59/+49 |
* | dev | Mike Bayer | 2012-09-29 | 1 | -153/+149 |
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -0/+424 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+0 |