summaryrefslogtreecommitdiff
path: root/test/engine/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate connection branchingMike Bayer2020-02-211-74/+74
* Fix exclusions for multiple fails_onMike Bayer2019-11-091-2/+0
* Remove deprecated elementsAsif Saif Uddin (Auvi)2019-10-111-10/+0
* Improve testcase condition statement for dialectsj003562872019-09-051-4/+1
* Modernize internal reflectionMike Bayer2019-08-061-41/+46
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-4/+12
* Ensure .engine is part of Connectable interface, implement as descriptorMike Bayer2019-07-081-0/+5
* SelectBase no longer a FromClauseMike Bayer2019-07-061-2/+2
* Enable F841Mike Bayer2019-06-201-2/+2
* Open up mysql CHECK constraint detection to include new versionsMike Bayer2019-05-041-1/+1
* Add resolve_fks=False option for reflectionMike Bayer2019-02-281-0/+108
* Post black reformattingMike Bayer2019-01-061-29/+31
* Run black -l 79 against all source filesMike Bayer2019-01-061-721/+1010
* Correct join for FKs with schema in SQL ServerMike Bayer2018-04-111-2/+10
* Add SQL Server TIMESTAMP / ROWVERSION datatypesMike Bayer2017-10-041-1/+0
* Support mariadb 10.2Mike Bayer2017-09-281-2/+2
* Don't erase reflected comment in _init_existingEloy Felix2017-06-201-0/+4
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-0/+31
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+14
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-260/+250
* Accept FetchedValue, text() for column "default" valueMike Bayer2017-02-011-3/+50
* Better hide engine passwordValery Yundin2017-01-161-5/+7
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-231-1/+35
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+20
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-241-1/+1
|\
| * Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-051-1/+1
* | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+25
|/
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-5/+16
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-9/+10
* PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-201-30/+58
* Added new requirement for check_constraintsScott Dugas2014-10-231-0/+1
* - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-0/+20
* Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-0/+16
* - ensure all tests are named test_*Mike Bayer2014-07-301-1/+1
* - scale up for mysql, sqliteMike Bayer2014-07-261-9/+14
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+10
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-221-2/+2
* Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-121-0/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-15/+8
* Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-161-2/+8
|\
| * SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-2/+8
* | - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-5/+2
|/
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-0/+21
* - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-0/+13
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-5/+1
* - move this test to PG test_reflectionMike Bayer2013-10-251-2/+2
* ForeignKeyConstraint reflection test respects MySQL limitationspr/34ijl2013-10-151-12/+20
* #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-0/+41
* use a different col here to keep oracle happyMike Bayer2013-09-021-2/+12
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+3