summaryrefslogtreecommitdiff
path: root/test/engine/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-16/+15
* Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+0
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-5/+4
* remove metadata.bind use from test suiteMike Bayer2021-01-031-546/+416
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-4/+4
* Allow MetaData as the target for column_reflect eventMike Bayer2020-11-181-0/+36
* Convert to autoload_with internallyMike Bayer2020-11-071-101/+98
* Add reflection for Identity columnsFederico Caselli2020-09-281-1/+27
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+12
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-2/+2
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-6/+6
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+0
* The :meth:`.Inspector.reflecttable` was renamed to :meth:`.Inspector.reflect_...Federico Caselli2020-04-101-4/+4
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-11/+13
* Support inspection of computed columnFederico Caselli2020-03-151-0/+36
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-6/+4
* 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