| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - inlinings | Mike Bayer | 2010-12-16 | 1 | -5/+1 |
* | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -16/+12 |
* | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 1 | -10/+10 |
* | - callcounts | Mike Bayer | 2010-12-10 | 1 | -46/+70 |
* | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -2/+63 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -3/+3 |
* | - replace GenericBackrefExtension with straight events | Mike Bayer | 2010-11-30 | 1 | -24/+24 |
* | - a column with a "mutable" type mapped as "deferred" will not | Mike Bayer | 2010-11-28 | 1 | -10/+1 |
* | - merge hybrid attributes branch, [ticket:1903] | Mike Bayer | 2010-11-20 | 1 | -45/+24 |
|\ |
|
| * | merge tip | Mike Bayer | 2010-11-14 | 1 | -6/+3 |
| |\ |
|
| * \ | merge tip | Mike Bayer | 2010-09-14 | 1 | -29/+69 |
| |\ \ |
|
| * \ \ | merge tip | Mike Bayer | 2010-08-14 | 1 | -0/+10 |
| |\ \ \ |
|
| * | | | | - a few fixes | Mike Bayer | 2010-08-08 | 1 | -2/+2 |
| * | | | | some cleanup, some screwing around with comparators...many more issues coming up | Mike Bayer | 2010-08-06 | 1 | -41/+12 |
| * | | | | - at long last have gotten the "proxy_property" keyword | Mike Bayer | 2010-08-06 | 1 | -6/+14 |
* | | | | | merge tip | Mike Bayer | 2010-11-13 | 1 | -5/+2 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -5/+2 |
* | | | | | - propagate flag on event.listen() results in the listener being placed | Mike Bayer | 2010-11-07 | 1 | -1/+11 |
* | | | | | - add instrumentation events | Mike Bayer | 2010-10-02 | 1 | -67/+9 |
* | | | | | merge tip | Mike Bayer | 2010-10-02 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | - Fixed bug whereby columns on a mixin wouldn't propagate | Mike Bayer | 2010-09-28 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -649/+4 |
* | | | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 1 | -28/+68 |
|\ \ \ \
| |/ / / |
|
| * | | | - Fixed recursion bug which could occur when moving | Mike Bayer | 2010-09-13 | 1 | -7/+7 |
| * | | | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -10/+18 |
| * | | | roughly the finished product. | Mike Bayer | 2010-09-04 | 1 | -13/+45 |
| | |/
| |/| |
|
* | | | - get active_history to work, move attribute events into module-level classes | Mike Bayer | 2010-09-03 | 1 | -79/+79 |
* | | | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -1/+1 |
* | | | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -0/+4 |
* | | | - reorganize events into cls->dispatch, which is an instance of _Dispatch. | Mike Bayer | 2010-08-10 | 1 | -34/+32 |
* | | | fixes, but still unsure of things | Mike Bayer | 2010-08-08 | 1 | -5/+19 |
|\ \ \
| |/ / |
|
| * | | - add a check that prevents redundant AttributeImpls from being generated and... | Mike Bayer | 2010-08-08 | 1 | -0/+10 |
| |/ |
|
* | | getting attributes to work | Mike Bayer | 2010-08-08 | 1 | -1/+2 |
* | | merge tip | Mike Bayer | 2010-08-08 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | - Dynamic attributes don't support collection | Mike Bayer | 2010-08-05 | 1 | -0/+4 |
* | | - class level listeners can be added after the fact | Mike Bayer | 2010-07-27 | 1 | -0/+3 |
* | | - initial move of AttributeExtension over to events. tests mostly OK with so... | Mike Bayer | 2010-07-25 | 1 | -40/+94 |
* | | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 1 | -32/+21 |
* | | - initial "events" idea. will replace all Extension, Proxy, Listener | Mike Bayer | 2010-07-24 | 1 | -0/+1 |
|/ |
|
* | - 78 chars | Mike Bayer | 2010-07-08 | 1 | -64/+101 |
* | added an extra check for the correct class when __init__ is called, | Mike Bayer | 2010-07-08 | 1 | -0/+9 |
* | - Improved the check for an "unmapped class", | Mike Bayer | 2010-07-08 | 1 | -1/+8 |
* | - Fixed regression introduced in 0.6.0 involving improper | Mike Bayer | 2010-04-26 | 1 | -2/+1 |
* | inline this | Mike Bayer | 2010-04-17 | 1 | -5/+4 |
* | starting to arrange things such that unneeded executors aren't getting | Mike Bayer | 2010-04-08 | 1 | -0/+6 |
* | - The ORM will set the docstring of all generated descriptors | Mike Bayer | 2010-04-02 | 1 | -4/+7 |
* | - added test for #1737 | Mike Bayer | 2010-03-16 | 1 | -1/+1 |
* | - plug a minor ORM speed hit in Events (**kwargs). | Gaƫtan de Menten | 2010-03-07 | 1 | -2/+4 |
* | more cleanup | Mike Bayer | 2010-02-15 | 1 | -39/+65 |
* | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 1 | -3/+0 |