summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/automap.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-8/+0
* locate automap base in hierarchy directlyMike Bayer2023-02-241-5/+15
* Unify doc typingHarry Lees2023-01-311-10/+6
* add hooks/docs for automap w/ multiple schemasMike Bayer2023-01-261-40/+284
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Type annotations for sqlalchemy.ext.automapGleb Kisenkov2022-12-051-57/+239
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+3
* rework ORM mapping docsMike Bayer2022-06-211-2/+12
* Remove reflect=True in Base.prepare examplesGord Thompson2022-06-141-8/+8
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* Add missing query before trying to print (#7665)Mike Knudson2022-02-231-0/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-2/+2
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* have automap suppress overlaps warning for mapped secondaryMike Bayer2021-06-251-0/+9
* Removed automap deprecation warningjason3gb2021-05-251-1/+1
* Add reflection_options to automapbase.prepare()Gord Thompson2021-02-251-2/+12
* happy new yearMike Bayer2021-01-041-1/+1
* Allow MetaData as the target for column_reflect eventMike Bayer2020-11-181-0/+30
* Deprecate bound metadataMike Bayer2020-10-121-6/+47
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-51/+79
* Merge "Use context managers for threading.Lock()"mike bayer2020-01-031-4/+1
|\
| * Use context managers for threading.Lock()Heckad2020-01-031-4/+1
* | happy new yearMike Bayer2020-01-011-1/+1
|/
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-301-0/+11
* Fix many spell glitchesLele Gaifax2019-01-251-2/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-5/+7
* Run black -l 79 against all source filesMike Bayer2019-01-061-134/+175
* Mutex on _CONFIGURE_MUTEX in automap.prepare()Mike Bayer2018-05-281-42/+48
* happy new yearMike Bayer2018-01-121-1/+1
* Include missing import in exampleMichael Stewart2017-06-301-0/+1
* Protect against cls weakref becoming NoneMike Bayer2017-05-081-2/+2
* New features from python 2.7Катаев Денис2017-03-171-1/+1
* - add missing param tagMike Bayer2017-01-281-3/+3
* - repair an errant docstring w/o rMike Bayer2017-01-171-2/+2
* Support python3.6Mike Bayer2017-01-131-2/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-021-0/+10
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-291-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - fix link to types in metadata, fixes #3618Mike Bayer2016-01-101-1/+1
* fix typo: Explcitly -> ExplicitlySven Schliesing2015-11-101-1/+1
* Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4
* - automap is stableMike Bayer2015-06-181-6/+0
* - fix typo MANYTOONE -> MANYTOMANY, fixes #3415Mike Bayer2015-05-051-1/+1
* - add boldface for "viable" plus a note describing that thisMike Bayer2015-04-291-1/+7
* - copyright 2015Mike Bayer2015-03-101-1/+1