summaryrefslogtreecommitdiff
path: root/test/orm/test_mapper.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-1/+0
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-251-8/+18
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-7/+25
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* fix 2.5 ismMike Bayer2012-08-251-1/+1
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-0/+21
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-7/+0
* - all tests passMike Bayer2012-08-131-2/+4
* - [feature] Can now provide class-bound attributesMike Bayer2012-08-041-2/+56
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-57/+85
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-8/+0
|\
| * begin implementing inspection system for #2208Mike Bayer2012-04-031-8/+0
* | - merged #1401 branch from bitbucketMike Bayer2012-04-221-0/+2
|\ \
| * | - figured out again why deannotate must clone()Mike Bayer2012-02-111-2/+3
| * | many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-1/+2
* | | - [feature] Added new flag to @validatesMike Bayer2012-04-111-4/+60
| |/ |/|
* | - [bug] Fixed bug whereby if a method nameMike Bayer2012-02-121-0/+8
|/
* break out _save_obj(), _delete_obj(), _post_update() into a new moduleMike Bayer2012-01-301-1/+1
* - Standalone expressions in polymorphic_onMike Bayer2011-12-091-5/+9
* - [bug] Updated warning message when settingMike Bayer2011-12-041-7/+0
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-1/+59
* - [bug] fixed inappropriate evaluation of user-mappedMike Bayer2011-10-281-0/+12
* plus synonyms accessed as stringMike Bayer2011-09-191-2/+0
* - Fixed previously untested function which regressedMike Bayer2011-09-151-0/+14
* - Calling class_mapper() and passing in an objectMike Bayer2011-09-091-1/+11
* - Fixed bug whereby if __eq__() wasMike Bayer2011-09-091-0/+22