summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* almost through.Mike Bayer2010-09-041-6/+7
* continued...Mike Bayer2010-09-041-4/+22
* - add a check that prevents redundant AttributeImpls from being generated and...Mike Bayer2010-08-081-4/+5
* - some of the refinements from the sa_synonyms branch which willMike Bayer2010-08-081-1/+1
* - Repaired the usage of merge() when used withMike Bayer2010-08-011-1/+2
* - PG doc updatesMike Bayer2010-07-131-1/+1
* tidyMike Bayer2010-07-111-138/+146
* got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep...Mike Bayer2010-04-091-4/+1
* this version passes one to many tests so farMike Bayer2010-04-011-0/+3
* its alive !Mike Bayer2010-03-311-1/+1
* merge trunk. Re-instating topological._find_cycles for the momentMike Bayer2010-03-301-74/+94
|\
| * - fix some final pathing stuff, we weren't getting all the loads in theMike Bayer2010-03-241-3/+2
| * - Fixed bug which affected all eagerload() and similar optionsMike Bayer2010-03-221-70/+80
| * and here's where it gets *fun* ! so much for being easyMike Bayer2010-03-221-7/+12
| * - merge from tipMike Bayer2010-03-221-0/+6
* | start sketching ideas for a rewritten unit of work.Mike Bayer2010-03-191-18/+1
|/
* Gave the "state" internals a good solidMike Bayer2010-02-141-4/+8
* - For those who might use debug logging onMike Bayer2010-02-131-8/+6
* lessons learned unpickling from an 0.5 cacheMike Bayer2010-01-191-1/+1
* have paths represented as their actual mapper, not the base mapper, allowingMike Bayer2010-01-111-7/+28
* - merge() will not issue a needless merge of attributes if theMike Bayer2010-01-101-9/+10
* happy new yearMike Bayer2010-01-071-1/+1
* rest tweaksMike Bayer2009-12-281-2/+2
* clean up mapperextension docsMike Bayer2009-12-281-37/+113
* - query.options() now only propagate to loaded objectsMike Bayer2009-10-021-1/+6
* merged r6357 of rel_0_5 branchMike Bayer2009-09-161-10/+15
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+1
* - Squeezed a few more unnecessary "lazy loads" out ofMike Bayer2009-07-261-0/+5
* - Fixed a bug involving contains_eager(), which would apply itselfMike Bayer2009-07-071-5/+13
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-5/+19
* - Allowed pickling of PropertyOption objects constructed withMike Bayer2009-04-261-0/+21
* - 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