summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/reflection.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* more import cleanupsMike Bayer2012-08-071-9/+8
* - document the inspection systemMike Bayer2012-07-181-16/+23
* - [feature] The "deferred declarativeMike Bayer2012-05-171-0/+3
* - [feature] Inspector.get_primary_keys() isMike Bayer2012-04-241-14/+11
|\
| * deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-021-6/+8
* | - [feature] The column_reflect event nowMike Bayer2012-04-241-1/+1
* | begin implementing inspection system for #2208Mike Bayer2012-04-031-1/+6
|/
* - [bug] Fixed bug in new "autoload_replace" flagMike Bayer2012-02-121-3/+6
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-281-1/+3
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] Fixed bug whereby "order_by='foreign_key'"Mike Bayer2011-12-011-17/+10
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-6/+0
* - metadata.reflect() and reflection.Inspector()Mike Bayer2011-04-231-4/+5
* initial work on column reflectMike Bayer2011-03-141-4/+5
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-1/+5
* - whitespace removal bonanzaMike Bayer2011-01-021-27/+27
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* fixupMike Bayer2010-09-051-7/+7
* fix variable nameMike Bayer2010-06-141-1/+1
* - added documentation for Inspector [ticket:1820]Mike Bayer2010-06-131-9/+74
* - Inspector hits bind.connect() when invoked to ensureMike Bayer2010-06-111-19/+24
* holy python2.4 batmanMike Bayer2010-04-151-4/+4
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-151-6/+31
* - oracle + firebird: "case sensitivity" feature will detect an all-lowercaseMike Bayer2010-01-241-1/+3
* - have inspector properly return default_schema_name [ticket:1626]Mike Bayer2010-01-031-1/+1