| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't erase reflected comment in _init_existing | Eloy Felix | 2017-06-20 | 1 | -0/+4 |
* | Allow metadata.reflect() to recover from unreflectable tables | Mike Bayer | 2017-05-22 | 1 | -0/+31 |
* | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -0/+14 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -260/+250 |
* | Accept FetchedValue, text() for column "default" value | Mike Bayer | 2017-02-01 | 1 | -3/+50 |
* | Better hide engine password | Valery Yundin | 2017-01-16 | 1 | -5/+7 |
* | Add _extend_on deduplicating set for metadata.reflect() | Mike Bayer | 2016-11-23 | 1 | -1/+35 |
* | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+20 |
* | Merge remote-tracking branch 'origin/pr/270' | Mike Bayer | 2016-05-24 | 1 | -1/+1 |
|\ |
|
| * | Spelling fixes: "an SQL" -> "a SQL", see #266pr/270 | Ville Skyttä | 2016-05-05 | 1 | -1/+1 |
* | | Support "blank" schema when MetaData.schema is set | Mike Bayer | 2016-05-18 | 1 | -0/+25 |
|/ |
|
* | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -5/+16 |
* | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -9/+10 |
* | PEP8 cleanup in /test/enginepr/163 | Eric Streeper | 2015-03-20 | 1 | -30/+58 |
* | Added new requirement for check_constraints | Scott Dugas | 2014-10-23 | 1 | -0/+1 |
* | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 1 | -0/+20 |
* | Providing an autoload_with info automatically sets autoload to True | Malik Diarra | 2014-08-09 | 1 | -0/+16 |
* | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 1 | -1/+1 |
* | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -9/+14 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+10 |
* | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 1 | -2/+2 |
* | Remove tables from metadata when autoload failspr/78 | Roman Podoliaka | 2014-03-12 | 1 | -0/+1 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -15/+8 |
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into t | Mike Bayer | 2014-02-16 | 1 | -2/+8 |
|\ |
|
| * | SQLite dialect - support relection from affinitypr/65 | Erich Blume | 2014-02-03 | 1 | -2/+8 |
* | | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 1 | -5/+2 |
|/ |
|
* | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 1 | -0/+21 |
* | - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` | Mike Bayer | 2014-01-04 | 1 | -0/+13 |
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -5/+1 |
* | - move this test to PG test_reflection | Mike Bayer | 2013-10-25 | 1 | -2/+2 |
* | ForeignKeyConstraint reflection test respects MySQL limitationspr/34 | ijl | 2013-10-15 | 1 | -12/+20 |
* | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -0/+41 |
* | use a different col here to keep oracle happy | Mike Bayer | 2013-09-02 | 1 | -2/+12 |
* | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 1 | -1/+3 |
* | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -4/+34 |
* | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -34/+0 |
* | Add basic support of unique constraints reflectionpr/4 | Roman Podolyaka | 2013-06-09 | 1 | -0/+37 |
* | - clean up some of the requires for cross-schema reflection | Mike Bayer | 2013-06-03 | 1 | -7/+4 |
* | Fixed bug whereby using :meth:`.MetaData.reflect` across a remote | Mike Bayer | 2013-06-03 | 1 | -0/+24 |
* | that's all of engine | Mike Bayer | 2013-05-04 | 1 | -6/+8 |
* | cleanup | Mike Bayer | 2013-05-04 | 1 | -79/+78 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -9/+9 |
* | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -3/+3 |
* | Fixed :meth:`.MetaData.reflect` to correctly use | Mike Bayer | 2012-11-14 | 1 | -10/+37 |
* | - test updates | Mike Bayer | 2012-10-04 | 1 | -5/+7 |
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -317/+0 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+5 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -45/+45 |
* | - [feature] The "deferred declarative | Mike Bayer | 2012-05-17 | 1 | -1/+50 |
* | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -16/+30 |
|\ |
|