summaryrefslogtreecommitdiff
path: root/test/ext/test_automap.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-2/+2
* have automap suppress overlaps warning for mapped secondaryMike Bayer2021-06-251-0/+41
* Add reflection_options to automapbase.prepare()Gord Thompson2021-02-251-0/+26
* remove metadata.bind use from test suiteMike Bayer2021-01-031-12/+12
* Deprecate bound metadataMike Bayer2020-10-121-7/+6
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-301-0/+20
* Post black reformattingMike Bayer2019-01-061-12/+19
* Run black -l 79 against all source filesMike Bayer2019-01-061-73/+94
* Mutex on _CONFIGURE_MUTEX in automap.prepare()Mike Bayer2018-05-281-1/+59
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-1/+2
* Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-021-1/+36
* - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-1/+67
* pep8/flake8Mike Bayer2014-09-221-42/+59
* - fix this test for MySQL, needs InnoDBMike Bayer2014-05-301-3/+7
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-281-0/+7
* - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-081-0/+65
* - docs + testsMike Bayer2014-01-051-0/+146