summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/attributes.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | - add instrumentation eventsMike Bayer2010-10-021-67/+9
* | | | | merge tipMike Bayer2010-10-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | - Fixed bug whereby columns on a mixin wouldn't propagateMike Bayer2010-09-281-1/+1
| | |_|/ | |/| |
* | | | - reorganizationMike Bayer2010-09-141-649/+4
* | | | - merge tip, 0.6.4 + 0.6.5Mike Bayer2010-09-141-28/+68
|\ \ \ \ | |/ / /
| * | | - Fixed recursion bug which could occur when movingMike Bayer2010-09-131-7/+7
| * | | - lazy loads for relationship attributes now useMike Bayer2010-09-121-10/+18
| * | | roughly the finished product.Mike Bayer2010-09-041-13/+45
| | |/ | |/|
* | | - get active_history to work, move attribute events into module-level classesMike Bayer2010-09-031-79/+79
* | | going back to the simple way, plus trying to make the engine thing simpler, a...Mike Bayer2010-08-281-1/+1
* | | - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-271-0/+4
* | | - reorganize events into cls->dispatch, which is an instance of _Dispatch.Mike Bayer2010-08-101-34/+32
* | | fixes, but still unsure of thingsMike Bayer2010-08-081-5/+19
|\ \ \ | |/ /
| * | - add a check that prevents redundant AttributeImpls from being generated and...Mike Bayer2010-08-081-0/+10
| |/
* | getting attributes to workMike Bayer2010-08-081-1/+2
* | merge tipMike Bayer2010-08-081-0/+4
|\ \ | |/
| * - Dynamic attributes don't support collectionMike Bayer2010-08-051-0/+4
* | - class level listeners can be added after the factMike Bayer2010-07-271-0/+3
* | - initial move of AttributeExtension over to events. tests mostly OK with so...Mike Bayer2010-07-251-40/+94
* | - worked it out so that classes declare a nested class "event",Mike Bayer2010-07-241-32/+21
* | - initial "events" idea. will replace all Extension, Proxy, ListenerMike Bayer2010-07-241-0/+1
|/
* - 78 charsMike Bayer2010-07-081-64/+101
* added an extra check for the correct class when __init__ is called,Mike Bayer2010-07-081-0/+9
* - Improved the check for an "unmapped class",Mike Bayer2010-07-081-1/+8
* - Fixed regression introduced in 0.6.0 involving improperMike Bayer2010-04-261-2/+1
* inline thisMike Bayer2010-04-171-5/+4
* starting to arrange things such that unneeded executors aren't gettingMike Bayer2010-04-081-0/+6
* - The ORM will set the docstring of all generated descriptorsMike Bayer2010-04-021-4/+7
* - added test for #1737Mike Bayer2010-03-161-1/+1
* - plug a minor ORM speed hit in Events (**kwargs).Gaƫtan de Menten2010-03-071-2/+4
* more cleanupMike Bayer2010-02-151-39/+65
* Gave the "state" internals a good solidMike Bayer2010-02-141-3/+0
* - For those who might use debug logging onMike Bayer2010-02-131-3/+0
* Fix instance.__eq__() regression in orm attributes.Jason Kirtland2010-02-091-7/+17
* - the "save-update" cascade will now cascade the pending *removed*Mike Bayer2010-01-301-3/+7
* - cut down on a few hundred method callsMike Bayer2010-01-111-4/+23
* happy new yearMike Bayer2010-01-071-1/+1
* moved modified_event() calls below the attribute extension fires. this basic...Mike Bayer2009-11-081-17/+13
* gratuitous try/except/else usageMike Bayer2009-10-181-2/+3
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-0/+2
* - Added an assertion that prevents a @validates functionMike Bayer2009-09-121-0/+2
* - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULTMike Bayer2009-08-071-32/+25
* merge 0.6 series to trunk.Mike Bayer2009-08-061-9/+10
* - Squeezed a few more unnecessary "lazy loads" out ofMike Bayer2009-07-261-13/+31
* - repaired non-working attributes.set_committed_value function.Mike Bayer2009-06-181-1/+1
* - Fixed an attribute error introduced in 0.5.4 which wouldrel_0_5_4p1Mike Bayer2009-05-181-1/+1
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-485/+187
* - MapperOptions and other state associated with query.options()Mike Bayer2009-05-021-0/+6
* - pared down private and semi-private functions in the attributes package.Mike Bayer2009-02-231-148/+169
* - Added an attribute helper method ``set_committed_value`` inMike Bayer2009-02-151-9/+97