summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-0/+1
* Implement comments for tables, columnsFrazer McLean2017-03-171-1/+34
* Accept FetchedValue, text() for column "default" valueMike Bayer2017-02-011-17/+17
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-231-3/+13
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+43
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-2/+1
* - ensure we use a Connection for effective schema here since Engine doesn'tMike Bayer2016-01-091-1/+2
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-1/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-1/+68
* - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-051-1/+4
* - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-041-1/+9
* - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-1/+14
* Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-041-0/+34
|\
| * Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-0/+34
* | - cyclomatic complexity; break up reflecttable(), goes from E to BMike Bayer2014-09-271-39/+74
|/
* - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-0/+24
* - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-8/+17
* PEP8 style fixesBrian Jarrett2014-07-131-34/+38
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-201-8/+1
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-10/+15
* - some test fixesMike Bayer2014-01-191-26/+23
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-031-1/+1
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+1
* Fix cross referencespr/44Vraj Mohan2013-11-141-1/+1
* #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+6
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+9
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-6/+17
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-1/+48
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-2/+2
* these notes about **kw are incorrect, we are talking about the return value hereMike Bayer2013-06-091-8/+0
* - get_unique_constraints() pull requestMike Bayer2013-06-091-0/+2
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+20
* do a sweep of some obvious 3kismsMike Bayer2013-05-261-6/+5
* that's all of engineMike Bayer2013-05-041-2/+6
* - the raw 2to3 runMike Bayer2013-04-271-9/+9
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* fixing broken links (see #2625)Diana Clarke2012-12-051-8/+8
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-18/+30
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-9/+24
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-231-1/+1
* - update engine docstrings due to moveMike Bayer2012-08-131-4/+4