| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Fixed bug whereby if __eq__() was | Mike Bayer | 2011-09-09 | 1 | -1/+1 |
* | - Fixed regression from 0.6 where Session.add() | Mike Bayer | 2011-07-24 | 1 | -4/+13 |
* | - Fixed regression from 0.6 where a get history | Mike Bayer | 2011-07-20 | 1 | -5/+5 |
* | hey, we don't need this. | Mike Bayer | 2011-05-30 | 1 | -11/+0 |
* | the "property" argument here is not used | Mike Bayer | 2011-05-30 | 1 | -1/+1 |
* | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 1 | -40/+61 |
* | - Some fixes to the state handling regarding | Mike Bayer | 2011-04-07 | 1 | -1/+0 |
* | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -2/+2 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | - use easy to recognize names for backref events [ticket:2066] | Mike Bayer | 2011-02-17 | 1 | -6/+14 |
* | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 1 | -2/+2 |
* | - fix long lines in test_attributes | Mike Bayer | 2011-02-11 | 1 | -18/+41 |
* | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -14/+9 |
* | - Additional tuning to "many-to-one" relationship | Mike Bayer | 2011-02-11 | 1 | -1/+11 |
* | - tests for hybrid | Mike Bayer | 2011-01-17 | 1 | -0/+7 |
* | QueryableAttribute can stringify itself without triggering a mapper compile. ... | Mike Bayer | 2011-01-12 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -102/+101 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+3 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -11/+11 |
* | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 1 | -8/+8 |
* | - simplified the descriptor system to no longer use the hybrid extension, ins... | Mike Bayer | 2010-12-28 | 1 | -8/+18 |
* | bugfix | Mike Bayer | 2010-12-24 | 1 | -1/+1 |
* | - restore declarative support for "composite" | Mike Bayer | 2010-12-23 | 1 | -1/+2 |
* | - added flag to mark any attribute as "modified" | Mike Bayer | 2010-12-23 | 1 | -0/+12 |
* | - slight simplify to state.modified_event() | Mike Bayer | 2010-12-23 | 1 | -15/+12 |
* | dont need the wrapper here | Mike Bayer | 2010-12-20 | 1 | -3/+3 |
* | - convert built in AttributExtensions to event listener fns | Mike Bayer | 2010-12-20 | 1 | -1/+1 |
* | - merge versioning example fix from 0.6 | Mike Bayer | 2010-12-20 | 1 | -0/+10 |
* | - try to make get_all_pending() a little easier to read without adding calls | Mike Bayer | 2010-12-19 | 1 | -33/+27 |
* | - further optimize what get_all_pending() returns to reduce the work of recei... | Mike Bayer | 2010-12-19 | 1 | -37/+38 |
* | - use get_all_pending in per_state_flush_actions(), but we'd like to | Mike Bayer | 2010-12-17 | 1 | -0/+5 |
* | - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases, | Mike Bayer | 2010-12-16 | 1 | -23/+38 |
* | - 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 |