summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/attributes.py
Commit message (Expand)AuthorAgeFilesLines
...
* - inliningsMike Bayer2010-12-161-5/+1
* - inlinings and callcount reductionsMike Bayer2010-12-121-16/+12
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-121-10/+10
* - callcountsMike Bayer2010-12-101-46/+70
* - shave about a millisecond off of moderately complex save casades.Mike Bayer2010-12-061-2/+63
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-3/+3
* - replace GenericBackrefExtension with straight eventsMike Bayer2010-11-301-24/+24
* - a column with a "mutable" type mapped as "deferred" will notMike Bayer2010-11-281-10/+1
* - merge hybrid attributes branch, [ticket:1903]Mike Bayer2010-11-201-45/+24
|\
| * merge tipMike Bayer2010-11-141-6/+3
| |\
| * \ merge tipMike Bayer2010-09-141-29/+69
| |\ \
| * \ \ merge tipMike Bayer2010-08-141-0/+10
| |\ \ \
| * | | | - a few fixesMike Bayer2010-08-081-2/+2
| * | | | some cleanup, some screwing around with comparators...many more issues coming upMike Bayer2010-08-061-41/+12
| * | | | - at long last have gotten the "proxy_property" keywordMike Bayer2010-08-061-6/+14
* | | | | merge tipMike Bayer2010-11-131-5/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-5/+2
* | | | | - propagate flag on event.listen() results in the listener being placedMike Bayer2010-11-071-1/+11
* | | | | - 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