summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* - Added "post_configure_attribute" method to InstrumentationManager,Mike Bayer2009-02-111-1/+9
* fix docstring typoGaëtan de Menten2009-02-021-25/+25
* - Adjusted the attribute instrumentation change from 0.5.1 toMike Bayer2009-01-221-13/+27
* happy new yearMike Bayer2009-01-121-1/+1
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-2/+4
* added teardown_instance() to complement setup_instance().Mike Bayer2009-01-031-0/+3
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-6/+5
* add two new hooks for bulk operations to SessionExtension:Martijn Faassen2008-11-061-0/+20
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-031-4/+12
* revert r5220 inadvertently committed to trunkMike Bayer2008-11-021-8/+4
* progress so farMike Bayer2008-11-021-4/+8
* - Removed conflicting `contains()` operator fromMike Bayer2008-09-071-8/+0
* - AttributeListener has been refined such that the eventMike Bayer2008-09-021-3/+20
* - add an example illustrating attribute event reception.Mike Bayer2008-08-291-5/+8
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-241-5/+0
* more ORM @decorator fliparooJason Kirtland2008-08-181-4/+4
* - Renamed on_reconstitute to @reconstructor and reconstruct_instanceJason Kirtland2008-08-151-57/+57
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-021-2/+2
* - MapperProperty gets its .key attribute assigned early, in _compile_property.Mike Bayer2008-07-161-0/+1
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-1/+1
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-151-0/+5
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-091-28/+36
* merged merge fix from r4834/rel_0_4 branchMike Bayer2008-06-031-1/+1
* - removed query.min()/max()/sum()/avg(). these should be called using column...Mike Bayer2008-06-021-4/+6
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-163/+260
* - merged sync_simplify branchMike Bayer2008-04-041-0/+4
* Cascade traversal algorithm converted from recursive to iterative to support ...Ants Aasma2008-04-021-3/+3
* - rearranged LoaderStrategies a bitMike Bayer2008-03-301-3/+1
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-6/+29
* fix maddening ReST bugMike Bayer2008-03-021-8/+10
* - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob...Jason Kirtland2008-02-221-3/+3
* - added a new "higher level" operator called "of_type()" -Mike Bayer2008-02-211-2/+23
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-2/+2
* - A few quick docstring typo fixes, including [ticket:766]Jason Kirtland2008-02-061-126/+127
* docstring fixMike Bayer2008-01-301-1/+4
* happy new yearMike Bayer2008-01-011-1/+1
* - reworked all lazy/deferred/expired callables to beMike Bayer2007-12-211-1/+22
* introductory docstring bonanzaMike Bayer2007-12-181-0/+8
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-141-1/+1
* - eagerload(), lazyload(), eagerload_all() take an optionalMike Bayer2007-12-111-7/+33
* typoGaëtan de Menten2007-12-041-1/+1
* - several ORM attributes have been removed or made private:Mike Bayer2007-12-011-9/+6
* new synonym() behavior, including auto-attribute gen, attribute decoration,Mike Bayer2007-11-281-28/+1
* - merged path_based_options branchMike Bayer2007-10-281-50/+30
* - the whole OperationContext/QueryContext/SelectionContext thing greatly scal...Mike Bayer2007-10-211-48/+17
* - doc updates. generated sql docs are against sql.expression now.Mike Bayer2007-09-281-2/+38
* fix commentMike Bayer2007-09-261-5/+5
* - created a link between QueryContext and SelectionContext; the attributeMike Bayer2007-09-261-2/+2
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-221-0/+2
* - various cruft removal and optimizations to load process.Mike Bayer2007-09-031-4/+9