| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -72/+119 |
| * | - Repaired edge case where mapper would fail | Mike Bayer | 2011-08-06 | 1 | -6/+21 |
| * | - Load of a deferred() attribute on an object | Mike Bayer | 2011-07-31 | 1 | -3/+1 |
| * | - Added public attribute ".validators" to | Mike Bayer | 2011-07-30 | 1 | -2/+13 |
| * | - recall that groupby() expects a sorted collection, ditch it | Mike Bayer | 2011-07-24 | 1 | -7/+5 |
| * | - Fixed bug apparent only in Python 3 whereby | Mike Bayer | 2011-07-24 | 1 | -3/+7 |
| * | - Feature enhancement: joined and subquery | Mike Bayer | 2011-07-17 | 1 | -18/+30 |
| * | - Added the same "columns-only" check to | Mike Bayer | 2011-06-08 | 1 | -1/+3 |
| * | - "delete-orphan" cascade is now allowed on | Mike Bayer | 2011-06-04 | 1 | -2/+2 |
| * | take out a little cruft. Spend two hours trying to make things simpler, | Mike Bayer | 2011-06-01 | 1 | -72/+74 |
| * | - Fixed bug whereby mapper mapped to an anonymous | Mike Bayer | 2011-05-20 | 1 | -14/+15 |
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -2/+1 |
| * | - mapper() will ignore non-configured foreign keys | Mike Bayer | 2011-05-07 | 1 | -1/+2 |
| * | - a non_primary mapper will inherit the _identity_class | Mike Bayer | 2011-04-27 | 1 | -0/+1 |
| * | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 1 | -1/+19 |
| * | - add attrstrings for all the important mapper() attrbutes, [ticket:2094]. | Mike Bayer | 2011-03-20 | 1 | -10/+221 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -2/+2 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -17/+26 |
| * | - Fixed bug where a column with a SQL or server side default | Mike Bayer | 2011-02-09 | 1 | -1/+2 |
| * | - Also emits the correct WHERE criterion | Mike Bayer | 2011-02-02 | 1 | -2/+1 |
| * | - Fixed bug where "middle" class in a polymorphic hierarchy | Mike Bayer | 2011-02-02 | 1 | -10/+11 |
| * | - A warning is emitted when a joined-table inheriting mapper | Mike Bayer | 2011-01-30 | 1 | -1/+7 |
| * | - tests for hybrid | Mike Bayer | 2011-01-17 | 1 | -4/+5 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -127/+127 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - add QueryContext to load(), refresh() | Mike Bayer | 2010-12-31 | 1 | -25/+28 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -18/+18 |
| * | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 1 | -2/+2 |
| * | - restore mapper.get_property() to use the _props dict. at the moment | Mike Bayer | 2010-12-28 | 1 | -6/+2 |
| * | - merge rfc0b9df5d9e0 from 0.6 branch | Mike Bayer | 2010-12-28 | 1 | -0/+11 |
| * | - add a new "on mapper configured" event - handy ! | Mike Bayer | 2010-12-25 | 1 | -0/+1 |
| * | - restore declarative support for "composite" | Mike Bayer | 2010-12-23 | 1 | -0/+2 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -7/+13 |
| * | tiny inlinings | Mike Bayer | 2010-12-21 | 1 | -9/+8 |
| * | - refactor expire_attributes into two simpler methods | Mike Bayer | 2010-12-21 | 1 | -2/+2 |
| * | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 1 | -5/+7 |
| * | - with composites gone all the get_col_value crap is gone too | Mike Bayer | 2010-12-20 | 1 | -33/+15 |
| * | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -4/+4 |
| * | - inlinings | Mike Bayer | 2010-12-16 | 1 | -3/+8 |
| * | c is undefined, we mean connection here | Philip Jenvey | 2010-12-12 | 1 | -1/+1 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -4/+4 |
| * | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 1 | -4/+4 |
| * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -90/+92 |
| * | - initial stab at using executemany() for inserts in the ORM when possible | Mike Bayer | 2010-12-10 | 1 | -62/+95 |
| * | - callcounts | Mike Bayer | 2010-12-10 | 1 | -8/+18 |
| * | - callcount | Mike Bayer | 2010-12-09 | 1 | -7/+9 |
| * | callcount destructo engage | Mike Bayer | 2010-12-09 | 1 | -46/+54 |
| * | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -7/+7 |
| * | - added strictness to the optimized load, [ticket:1992] | Mike Bayer | 2010-12-03 | 1 | -6/+7 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -3/+3 |