| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | py3k fixes | Mike Bayer | 2012-04-24 | 1 | -1/+5 |
* | - [feature] New standalone function with_polymorphic() | Mike Bayer | 2012-04-23 | 1 | -23/+119 |
* | the callcounts are greater here since object_mapper() has a little more overh... | Mike Bayer | 2012-04-23 | 1 | -3/+1 |
* | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -3/+26 |
|\ |
|
| * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -3/+26 |
* | | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -1/+15 |
|\ \ |
|
| * | | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -0/+3 |
| * | | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -1/+12 |
* | | | - [feature] Added new flag to @validates | Mike Bayer | 2012-04-11 | 1 | -20/+32 |
| |/
|/| |
|
* | | - [bug] Fixed the repr() for CascadeOptions to | Mike Bayer | 2012-02-29 | 1 | -25/+40 |
* | | - [feature] Added the ability to query for | Mike Bayer | 2012-02-12 | 1 | -3/+8 |
|/ |
|
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - [bug] Updated warning message when setting | Mike Bayer | 2011-12-04 | 1 | -1/+1 |
* | plus synonyms accessed as string | Mike Bayer | 2011-09-19 | 1 | -1/+1 |
* | - added "adapt_on_names" boolean flag to orm.aliased() | Mike Bayer | 2011-09-19 | 1 | -7/+58 |
* | - Fixed a variety of synonym()-related regressions | Mike Bayer | 2011-09-15 | 1 | -1/+1 |
* | - Another previously unknown feature from 0.6, synonyms | Mike Bayer | 2011-09-15 | 1 | -1/+1 |
* | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -0/+13 |
* | - Calling class_mapper() and passing in an object | Mike Bayer | 2011-09-09 | 1 | -2/+7 |
* | - epic rewrite of Query.join documentation | Mike Bayer | 2011-08-03 | 1 | -13/+36 |
* | - polymorphic_union() gets a "cast_nulls" option, | Mike Bayer | 2011-05-12 | 1 | -3/+18 |
* | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 1 | -2/+2 |
* | - A single contains_eager() call across | Mike Bayer | 2011-02-05 | 1 | -1/+1 |
* | - allow aliased() to call .alias() on a selectable, [ticket:2018] | Mike Bayer | 2011-01-15 | 1 | -0/+6 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -19/+19 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -3/+2 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -2/+2 |
* | - simplified the descriptor system to no longer use the hybrid extension, ins... | Mike Bayer | 2010-12-28 | 1 | -5/+4 |
* | - convert built in AttributExtensions to event listener fns | Mike Bayer | 2010-12-20 | 1 | -32/+12 |
* | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -2/+2 |
* | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -10/+11 |
* | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 1 | -0/+8 |
* | - merge mapper simpler compile branch, [ticket:1966] | Mike Bayer | 2010-11-26 | 1 | -8/+7 |
|\ |
|
| * | [ticket:1966] implementation | Mike Bayer | 2010-11-15 | 1 | -8/+7 |
* | | - merge hybrid attributes branch, [ticket:1903] | Mike Bayer | 2010-11-20 | 1 | -12/+10 |
|\ \ |
|
| * \ | merge tip | Mike Bayer | 2010-11-14 | 1 | -19/+20 |
| |\ \
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-09-14 | 1 | -13/+27 |
| |\ \ |
|
| * \ \ | - merge tip | Mike Bayer | 2010-08-08 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | - at long last have gotten the "proxy_property" keyword | Mike Bayer | 2010-08-06 | 1 | -35/+19 |
| * | | | | - step one, remove "resolve_synonyms" and start using class attribute | Mike Bayer | 2010-08-06 | 1 | -6/+5 |
* | | | | | merge tip | Mike Bayer | 2010-11-13 | 1 | -19/+14 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -19/+14 |
* | | | | | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -72/+0 |
* | | | | | - add instrumentation events | Mike Bayer | 2010-10-02 | 1 | -1/+1 |
|/ / / / |
|
* | | | | - Fixed bug in query.update() where 'evaluate' or 'fetch' | Mike Bayer | 2010-10-01 | 1 | -0/+6 |
| |_|/
|/| | |
|
* | | | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -2/+1 |
* | | | unify query.with_parent, util.with_parent, fix docs some more | Mike Bayer | 2010-09-06 | 1 | -13/+28 |
| |/
|/| |
|
* | | - some of the refinements from the sa_synonyms branch which will | Mike Bayer | 2010-08-08 | 1 | -35/+20 |
|/ |
|
* | - 78 chars | Mike Bayer | 2010-07-08 | 1 | -32/+60 |
* | - Improved the check for an "unmapped class", | Mike Bayer | 2010-07-08 | 1 | -6/+3 |