summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-051-0/+2
* - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-0/+4
* Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-041-4/+9
|\
| * Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-4/+9
* | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-5/+17
|/
* - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-0/+78
* - use configured test_schema hereMike Bayer2014-08-081-12/+14
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-74/+70
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-2/+2
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+5
* - add new tests for individual type reflectionMike Bayer2014-03-011-0/+46
* use view_column requirement hereMike Bayer2014-02-281-3/+3
* - dont create a self-ref FK if test suite marked as not supporting self refMike Bayer2014-02-281-13/+15
* - repair signature for base get_unique_constraints() methodMike Bayer2014-01-201-0/+1
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* - add a test which creates tables and views at the same time, then tests that...Mike Bayer2013-12-271-0/+6
* Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-261-1/+6
* Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-231-2/+2
* Fix unique constraints reflection in SQLiteRoman Podolyaka2013-06-231-0/+4
* Improve _test_get_unique_constraints()Roman Podolyaka2013-06-231-1/+2
* - get_unique_constraints() pull requestMike Bayer2013-06-091-1/+44
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* - limit some of these on views, indexes, pk constraints being availableMike Bayer2013-03-241-2/+8
* - adding in requirementsMike Bayer2013-02-061-0/+30
* - cleanup HasSequence and move it to test_sequencesMike Bayer2013-02-061-41/+1
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-1/+3
* - test updatesMike Bayer2012-10-041-20/+28
* - requirementsMike Bayer2012-10-031-2/+4
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-2/+3
* allow variability hereMike Bayer2012-09-301-0/+7
* 2.5 supportMike Bayer2012-09-301-0/+2
* mergeMike Bayer2012-09-291-2/+0
* - rework component reflection test so that usual framework hooks can be usedMike Bayer2012-09-291-59/+49
* devMike Bayer2012-09-291-153/+149
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-0/+424
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+0