| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Added "post_configure_attribute" method to InstrumentationManager, | Mike Bayer | 2009-02-11 | 1 | -1/+9 |
| * | fix docstring typo | Gaëtan de Menten | 2009-02-02 | 1 | -25/+25 |
| * | - Adjusted the attribute instrumentation change from 0.5.1 to | Mike Bayer | 2009-01-22 | 1 | -13/+27 |
| * | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
| * | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 1 | -2/+4 |
| * | added teardown_instance() to complement setup_instance(). | Mike Bayer | 2009-01-03 | 1 | -0/+3 |
| * | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -6/+5 |
| * | add two new hooks for bulk operations to SessionExtension: | Martijn Faassen | 2008-11-06 | 1 | -0/+20 |
| * | - Improved the behavior of aliased() objects such that they more | Mike Bayer | 2008-11-03 | 1 | -4/+12 |
| * | revert r5220 inadvertently committed to trunk | Mike Bayer | 2008-11-02 | 1 | -8/+4 |
| * | progress so far | Mike Bayer | 2008-11-02 | 1 | -4/+8 |
| * | - Removed conflicting `contains()` operator from | Mike Bayer | 2008-09-07 | 1 | -8/+0 |
| * | - AttributeListener has been refined such that the event | Mike Bayer | 2008-09-02 | 1 | -3/+20 |
| * | - add an example illustrating attribute event reception. | Mike Bayer | 2008-08-29 | 1 | -5/+8 |
| * | - logging scale-back; the echo_uow flag on Session is deprecated, and unit of... | Mike Bayer | 2008-08-24 | 1 | -5/+0 |
| * | more ORM @decorator fliparoo | Jason Kirtland | 2008-08-18 | 1 | -4/+4 |
| * | - Renamed on_reconstitute to @reconstructor and reconstruct_instance | Jason Kirtland | 2008-08-15 | 1 | -57/+57 |
| * | - The "entity_name" feature of SQLAlchemy mappers | Mike Bayer | 2008-08-02 | 1 | -2/+2 |
| * | - MapperProperty gets its .key attribute assigned early, in _compile_property. | Mike Bayer | 2008-07-16 | 1 | -0/+1 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | - Added a new SessionExtension hook called after_attach(). | Mike Bayer | 2008-07-15 | 1 | -0/+5 |
| * | - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ... | Mike Bayer | 2008-06-09 | 1 | -28/+36 |
| * | merged merge fix from r4834/rel_0_4 branch | Mike Bayer | 2008-06-03 | 1 | -1/+1 |
| * | - removed query.min()/max()/sum()/avg(). these should be called using column... | Mike Bayer | 2008-06-02 | 1 | -4/+6 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -163/+260 |
| * | - merged sync_simplify branch | Mike Bayer | 2008-04-04 | 1 | -0/+4 |
| * | Cascade traversal algorithm converted from recursive to iterative to support ... | Ants Aasma | 2008-04-02 | 1 | -3/+3 |
| * | - rearranged LoaderStrategies a bit | Mike Bayer | 2008-03-30 | 1 | -3/+1 |
| * | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -6/+29 |
| * | fix maddening ReST bug | Mike Bayer | 2008-03-02 | 1 | -8/+10 |
| * | - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob... | Jason Kirtland | 2008-02-22 | 1 | -3/+3 |
| * | - added a new "higher level" operator called "of_type()" - | Mike Bayer | 2008-02-21 | 1 | -2/+23 |
| * | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 1 | -2/+2 |
| * | - A few quick docstring typo fixes, including [ticket:766] | Jason Kirtland | 2008-02-06 | 1 | -126/+127 |
| * | docstring fix | Mike Bayer | 2008-01-30 | 1 | -1/+4 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | - reworked all lazy/deferred/expired callables to be | Mike Bayer | 2007-12-21 | 1 | -1/+22 |
| * | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 1 | -0/+8 |
| * | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 1 | -1/+1 |
| * | - eagerload(), lazyload(), eagerload_all() take an optional | Mike Bayer | 2007-12-11 | 1 | -7/+33 |
| * | typo | Gaëtan de Menten | 2007-12-04 | 1 | -1/+1 |
| * | - several ORM attributes have been removed or made private: | Mike Bayer | 2007-12-01 | 1 | -9/+6 |
| * | new synonym() behavior, including auto-attribute gen, attribute decoration, | Mike Bayer | 2007-11-28 | 1 | -28/+1 |
| * | - merged path_based_options branch | Mike Bayer | 2007-10-28 | 1 | -50/+30 |
| * | - the whole OperationContext/QueryContext/SelectionContext thing greatly scal... | Mike Bayer | 2007-10-21 | 1 | -48/+17 |
| * | - doc updates. generated sql docs are against sql.expression now. | Mike Bayer | 2007-09-28 | 1 | -2/+38 |
| * | fix comment | Mike Bayer | 2007-09-26 | 1 | -5/+5 |
| * | - created a link between QueryContext and SelectionContext; the attribute | Mike Bayer | 2007-09-26 | 1 | -2/+2 |
| * | - merged sa_entity branch. the big change here is the attributes system | Mike Bayer | 2007-09-22 | 1 | -0/+2 |
| * | - various cruft removal and optimizations to load process. | Mike Bayer | 2007-09-03 | 1 | -4/+9 |