summaryrefslogtreecommitdiff
path: root/test/orm/test_mapper.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-9/+9
* Fix 'email_address' being typoed as 'email_addres' in two placesMark Amery2020-05-281-1/+1
* Convert execution to move through SessionMike Bayer2020-05-251-1/+1
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-2/+3
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-12/+15
* Remove support for python 3.4Federico Caselli2020-03-301-1/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-1/+1
* Implement raiseload for deferred columnsMike Bayer2019-10-161-0/+81
* Deprecate textual column matching in RowMike Bayer2019-10-041-2/+6
* Implement type-level sorting for Enum; apply to ORM primary keysNicolas CANIART2019-08-271-1/+1
* Intercept unresolveable comparator attrbute error for attr accessMike Bayer2019-07-171-0/+26
* Enable F841Mike Bayer2019-06-201-22/+18
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+1
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-9/+9
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-76/+0
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-223/+10
* Post black reformattingMike Bayer2019-01-061-65/+80
* Run black -l 79 against all source filesMike Bayer2019-01-061-1188/+1864
* Implement SynonymProperty.get_history()Mike Bayer2018-12-271-0/+17
* Look for __sa_reconstructor__ on original_initMike Bayer2018-02-021-1/+65
* Remove LRU warningsMike Bayer2017-09-081-25/+0
* Check for non-mapped property in synonymMike Bayer2017-09-041-0/+25
* Warn on _compiled_cache growthMike Bayer2017-04-121-0/+25
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-66/+66
* Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-041-0/+57
* Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-201-4/+6
* Deprecate FromClause.count()Mike Bayer2016-06-141-4/+9
* Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-0/+41
* Deprecate Mapper.order_byMike Bayer2016-04-191-6/+9
* Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-191-0/+109
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-111-0/+18
* - pep8 test/orm/test_mapperMike Bayer2015-08-111-536/+698
* warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+13
* - add an order_by hereMike Bayer2014-11-261-1/+2
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-1/+3
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-4/+12
* - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-0/+35
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - changelog + test for pullreq github 58Mike Bayer2014-01-141-0/+7
* - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-0/+16
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-021-133/+0
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-2/+0
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-348/+3
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-8/+8
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-0/+1
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-25/+21
* - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-041-14/+10
* - the raw 2to3 runMike Bayer2013-04-271-31/+32
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+31
* - Improved checking for an existing backref name conflict duringMike Bayer2013-03-031-1/+19