| Commit message (Expand) | Author | Age | Files | Lines |
| * | - do a broken zimports run on lib | Mike Bayer | 2019-01-05 | 1 | -4/+5 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 1 | -166/+266 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Fix import in Inspector.reflecttable doc | Jacob Hayes | 2017-11-08 | 1 | -1/+1 |
| * | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -0/+1 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -1/+34 |
| * | Accept FetchedValue, text() for column "default" value | Mike Bayer | 2017-02-01 | 1 | -17/+17 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Add _extend_on deduplicating set for metadata.reflect() | Mike Bayer | 2016-11-23 | 1 | -3/+13 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
| * | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+43 |
| * | Support "blank" schema when MetaData.schema is set | Mike Bayer | 2016-05-18 | 1 | -0/+1 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 1 | -2/+1 |
| * | - ensure we use a Connection for effective schema here since Engine doesn't | Mike Bayer | 2016-01-09 | 1 | -1/+2 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -1/+2 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -1/+68 |
| * | - document / work around that dialect_options isn't necessarily there | Mike Bayer | 2014-12-05 | 1 | -1/+4 |
| * | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 1 | -1/+9 |
| * | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 1 | -1/+14 |
| * | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 1 | -0/+34 |
| |\ |
|
| | * | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 1 | -0/+34 |
| * | | - cyclomatic complexity; break up reflecttable(), goes from E to B | Mike Bayer | 2014-09-27 | 1 | -39/+74 |
| |/ |
|
| * | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -0/+24 |
| * | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 1 | -8/+17 |
| * | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -34/+38 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| * | - further refine this so that the ordering of columns is maintained as | Mike Bayer | 2014-01-20 | 1 | -8/+1 |
| * | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 1 | -10/+15 |
| * | - some test fixes | Mike Bayer | 2014-01-19 | 1 | -26/+23 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - reflection of unique constraints backported to 0.8.4 [ticket:1443] | Mike Bayer | 2013-12-03 | 1 | -1/+1 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -1/+1 |
| * | Fix cross referencespr/44 | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |
| * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -1/+6 |
| * | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 1 | -1/+9 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -6/+17 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -1/+48 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -2/+2 |
| * | these notes about **kw are incorrect, we are talking about the return value here | Mike Bayer | 2013-06-09 | 1 | -8/+0 |
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -0/+2 |
| * | Add basic support of unique constraints reflectionpr/4 | Roman Podolyaka | 2013-06-09 | 1 | -0/+20 |
| * | do a sweep of some obvious 3kisms | Mike Bayer | 2013-05-26 | 1 | -6/+5 |
| * | that's all of engine | Mike Bayer | 2013-05-04 | 1 | -2/+6 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -9/+9 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 1 | -8/+8 |