| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - removed ancient assertion that mapped selectables require | Mike Bayer | 2008-04-07 | 1 | -31/+7 |
| * | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -9/+4 |
| * | - already-compiled mappers will still trigger compiles of | Mike Bayer | 2008-03-23 | 1 | -0/+18 |
| * | - Added comparable_property(), adds query Comparator behavior to regular, unm... | Jason Kirtland | 2008-03-17 | 1 | -0/+87 |
| * | - adjusted generative.py test for revised error message | Mike Bayer | 2008-03-06 | 1 | -0/+7 |
| * | - Synonyms riding on top of existing descriptors are now full proxies | Jason Kirtland | 2008-03-06 | 1 | -2/+9 |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -3/+3 |
| * | finally, a really straightforward reduce() method which reduces cols | Mike Bayer | 2008-01-15 | 1 | -1/+1 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -44/+44 |
| * | - Undeclared SAWarnings are now fatal to tests as well. | Jason Kirtland | 2008-01-12 | 1 | -4/+1 |
| * | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -93/+124 |
| * | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -2/+2 |
| * | - synonyms can now be created against props that don't exist yet, | Mike Bayer | 2008-01-05 | 1 | -0/+53 |
| * | - mapped classes which extend "object" and do not provide an | Mike Bayer | 2007-12-29 | 1 | -1/+25 |
| * | - MapperExtension.before_update() and after_update() are now called | Mike Bayer | 2007-12-29 | 1 | -0/+22 |
| * | - reworked all lazy/deferred/expired callables to be | Mike Bayer | 2007-12-21 | 1 | -1/+3 |
| * | - inheriting mappers now inherit the MapperExtensions of their parent | Mike Bayer | 2007-12-20 | 1 | -40/+74 |
| * | - simplified _mapper_registry further. its now just a weakkeydict of mapper-... | Mike Bayer | 2007-12-14 | 1 | -0/+13 |
| * | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 1 | -2/+2 |
| * | - eagerload(), lazyload(), eagerload_all() take an optional | Mike Bayer | 2007-12-11 | 1 | -2/+6 |
| * | - more query tests | Mike Bayer | 2007-12-10 | 1 | -2/+1 |
| * | some updates, remove an old test (really crufty old stuff here) | Mike Bayer | 2007-12-08 | 1 | -26/+12 |
| * | [ticket:888] continued, synonym add_prop | Mike Bayer | 2007-12-08 | 1 | -7/+31 |
| * | fixed key error when no pks could be located | Mike Bayer | 2007-12-07 | 1 | -1/+9 |
| * | - a major behavioral change to collection-based backrefs: they no | Mike Bayer | 2007-12-05 | 1 | -3/+5 |
| * | fixed replacement of existing column properties with synonyms, [ticket:888] | Mike Bayer | 2007-12-04 | 1 | -3/+30 |
| * | - several ORM attributes have been removed or made private: | Mike Bayer | 2007-12-01 | 1 | -2/+2 |
| * | new synonym() behavior, including auto-attribute gen, attribute decoration, | Mike Bayer | 2007-11-28 | 1 | -8/+54 |
| * | fixed both group-deferred attributes and expired attributes to not | Mike Bayer | 2007-11-18 | 1 | -1/+21 |
| * | - session.refresh() and session.expire() now support an additional argument | Mike Bayer | 2007-11-18 | 1 | -121/+12 |
| * | - DeferredColumnLoader checks row for column, if present sends it to | Mike Bayer | 2007-11-14 | 1 | -1/+18 |
| * | Migrated maxdb behavioral assumptions from unsupported to fails_on | Jason Kirtland | 2007-11-05 | 1 | -111/+115 |
| * | - base_columns on ColumnElement becomes a list; as usual, because columns in ... | Mike Bayer | 2007-11-05 | 1 | -1/+9 |
| * | - Removed equality, truth and hash() testing of mapped instances. Mapped | Jason Kirtland | 2007-11-03 | 1 | -1/+171 |
| * | - restored MapperExtension functionality for [ticket:829], added test coverage | Mike Bayer | 2007-10-29 | 1 | -49/+127 |
| * | - refactored _compile_properties/_compile_property, removed redundant code. | Mike Bayer | 2007-10-25 | 1 | -0/+24 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -1/+1 |
| * | - Fixed SQL compiler's awareness of top-level column labels as used | Mike Bayer | 2007-10-16 | 1 | -3/+3 |
| * | added test coverage for r3512 | Mike Bayer | 2007-09-24 | 1 | -0/+9 |
| * | - merged sa_entity branch. the big change here is the attributes system | Mike Bayer | 2007-09-22 | 1 | -1/+1 |
| * | - merged the unit test for the column_prefix fix that was established in the 0.3 | Mike Bayer | 2007-09-07 | 1 | -2/+7 |
| * | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 1 | -9/+24 |
| * | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -1/+1 |
| * | - merged mapper has_pks fix from r3239 0.3 branch | Mike Bayer | 2007-08-10 | 1 | -0/+24 |
| * | Make {include,exclude}_properties membership tests ignore column_prefix | Jason Kirtland | 2007-08-01 | 1 | -4/+4 |
| * | Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym f... | Jason Kirtland | 2007-08-01 | 1 | -2/+2 |
| * | It's now possible to map only a subset of available selectable columns onto m... | Jason Kirtland | 2007-08-01 | 1 | -1/+50 |
| * | Changed __colset__ to __composite_values__ [ticket:692] (sort of) | Jason Kirtland | 2007-07-31 | 1 | -3/+4 |
| * | -fixed [ticket:555] | Mike Bayer | 2007-07-29 | 1 | -1/+5 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -283/+255 |