summaryrefslogtreecommitdiff
path: root/test/orm/test_mapper.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Repaired edge case where mapper would failMike Bayer2011-08-061-2/+17
* - Added public attribute ".validators" toMike Bayer2011-07-301-1/+31
* - Fixed bug apparent only in Python 3 wherebyMike Bayer2011-07-241-2/+40
* - Fixed bug whereby if a mapped classMike Bayer2011-07-171-27/+76
* dont need the DEBUG here messing up the rest of the testsMike Bayer2011-05-201-1/+0
* - Fixed bug whereby mapper mapped to an anonymousMike Bayer2011-05-201-0/+28
* - mapper() will ignore non-configured foreign keysMike Bayer2011-05-071-0/+2
* - a non_primary mapper will inherit the _identity_classMike Bayer2011-04-271-0/+15
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-47/+80
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-9/+10
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-6/+6
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+1
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-2/+0
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-117/+386
* - Improvements to the error messages emitted whenMike Bayer2011-03-161-2/+2
* Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se...Taavi Burns2011-03-161-1/+5
* - Fixed bug where a column with a SQL or server side defaultMike Bayer2011-02-091-0/+15