summaryrefslogtreecommitdiff
path: root/test/orm/mapper.py
Commit message (Expand)AuthorAgeFilesLines
...
* - removed ancient assertion that mapped selectables requireMike Bayer2008-04-071-31/+7
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-9/+4
* - already-compiled mappers will still trigger compiles ofMike Bayer2008-03-231-0/+18
* - Added comparable_property(), adds query Comparator behavior to regular, unm...Jason Kirtland2008-03-171-0/+87
* - adjusted generative.py test for revised error messageMike Bayer2008-03-061-0/+7
* - Synonyms riding on top of existing descriptors are now full proxiesJason Kirtland2008-03-061-2/+9
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-3/+3
* finally, a really straightforward reduce() method which reduces colsMike Bayer2008-01-151-1/+1
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-44/+44
* - Undeclared SAWarnings are now fatal to tests as well.Jason Kirtland2008-01-121-4/+1
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-93/+124
* test suite deprecation rampageJason Kirtland2008-01-091-2/+2
* - synonyms can now be created against props that don't exist yet,Mike Bayer2008-01-051-0/+53
* - mapped classes which extend "object" and do not provide anMike Bayer2007-12-291-1/+25
* - MapperExtension.before_update() and after_update() are now calledMike Bayer2007-12-291-0/+22
* - reworked all lazy/deferred/expired callables to beMike Bayer2007-12-211-1/+3
* - inheriting mappers now inherit the MapperExtensions of their parentMike Bayer2007-12-201-40/+74
* - simplified _mapper_registry further. its now just a weakkeydict of mapper-...Mike Bayer2007-12-141-0/+13
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-141-2/+2
* - eagerload(), lazyload(), eagerload_all() take an optionalMike Bayer2007-12-111-2/+6
* - more query testsMike Bayer2007-12-101-2/+1
* some updates, remove an old test (really crufty old stuff here)Mike Bayer2007-12-081-26/+12
* [ticket:888] continued, synonym add_propMike Bayer2007-12-081-7/+31
* fixed key error when no pks could be locatedMike Bayer2007-12-071-1/+9
* - a major behavioral change to collection-based backrefs: they noMike Bayer2007-12-051-3/+5
* fixed replacement of existing column properties with synonyms, [ticket:888]Mike Bayer2007-12-041-3/+30
* - several ORM attributes have been removed or made private:Mike Bayer2007-12-011-2/+2
* new synonym() behavior, including auto-attribute gen, attribute decoration,Mike Bayer2007-11-281-8/+54
* fixed both group-deferred attributes and expired attributes to notMike Bayer2007-11-181-1/+21
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-121/+12
* - DeferredColumnLoader checks row for column, if present sends it toMike Bayer2007-11-141-1/+18
* Migrated maxdb behavioral assumptions from unsupported to fails_onJason Kirtland2007-11-051-111/+115
* - base_columns on ColumnElement becomes a list; as usual, because columns in ...Mike Bayer2007-11-051-1/+9
* - Removed equality, truth and hash() testing of mapped instances. MappedJason Kirtland2007-11-031-1/+171
* - restored MapperExtension functionality for [ticket:829], added test coverageMike Bayer2007-10-291-49/+127
* - refactored _compile_properties/_compile_property, removed redundant code.Mike Bayer2007-10-251-0/+24
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-1/+1
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-161-3/+3
* added test coverage for r3512Mike Bayer2007-09-241-0/+9
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-221-1/+1
* - merged the unit test for the column_prefix fix that was established in the 0.3Mike Bayer2007-09-071-2/+7
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-9/+24
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-1/+1
* - merged mapper has_pks fix from r3239 0.3 branchMike Bayer2007-08-101-0/+24
* Make {include,exclude}_properties membership tests ignore column_prefixJason Kirtland2007-08-011-4/+4
* Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym f...Jason Kirtland2007-08-011-2/+2
* It's now possible to map only a subset of available selectable columns onto m...Jason Kirtland2007-08-011-1/+50
* Changed __colset__ to __composite_values__ [ticket:692] (sort of)Jason Kirtland2007-07-311-3/+4
* -fixed [ticket:555]Mike Bayer2007-07-291-1/+5
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-283/+255