| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The exists() construct won't "export" its contained list | Mike Bayer | 2008-09-08 | 1 | -2/+16 |
| * | reverted inheritance tweak which fails tests on non-sqlite | Mike Bayer | 2008-09-08 | 1 | -3/+5 |
| * | - Added func.min(), func.max(), func.sum() as "generic functions", | Mike Bayer | 2008-09-08 | 2 | -2/+16 |
| * | - Removed conflicting `contains()` operator from | Mike Bayer | 2008-09-07 | 1 | -8/+0 |
| * | - Dropped 0.3-compatibility for user defined types | Mike Bayer | 2008-09-07 | 1 | -74/+1 |
| * | - query.order_by().get() silently drops the "ORDER BY" from | Mike Bayer | 2008-09-06 | 1 | -14/+12 |
| * | - rearranged delete() so that the object is attached before | Mike Bayer | 2008-09-05 | 1 | -29/+37 |
| * | synchronize inherited does not need to be called for the full mapper hierarchy | Mike Bayer | 2008-09-05 | 2 | -10/+9 |
| * | - Fixed exception throw which would occur when string-based | Mike Bayer | 2008-09-04 | 1 | -0/+6 |
| * | allow the no_criterion call in _get() to copy the method name thorugh | Mike Bayer | 2008-09-04 | 1 | -3/+3 |
| * | - Fixed bug whereby mapper couldn't initialize if a composite | Mike Bayer | 2008-09-04 | 2 | -5/+17 |
| * | added BFILE to reflected type names [ticket:1121] | Mike Bayer | 2008-09-03 | 1 | -0/+1 |
| * | - has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 2 | -5/+8 |
| * | - limit/offset no longer uses ROW NUMBER OVER to limit rows, | Mike Bayer | 2008-09-03 | 2 | -16/+45 |
| * | Make Query.update and Query.delete return the amount of rows matched | Ants Aasma | 2008-09-02 | 1 | -2/+10 |
| * | - column_property(), composite_property(), and relation() now | Mike Bayer | 2008-09-02 | 6 | -14/+101 |
| * | - AttributeListener has been refined such that the event | Mike Bayer | 2008-09-02 | 4 | -30/+55 |
| * | - Fixed custom instrumentation bug whereby get_instance_dict() | Mike Bayer | 2008-09-02 | 1 | -3/+1 |
| * | recheck the dirty list if extensions are present | Mike Bayer | 2008-08-30 | 1 | -4/+6 |
| * | - The "extension" argument to Session and others can now | Mike Bayer | 2008-08-29 | 1 | -19/+20 |
| * | - add an example illustrating attribute event reception. | Mike Bayer | 2008-08-29 | 2 | -6/+12 |
| * | check extensions each time; user-defined code will be appending to "extension... | Mike Bayer | 2008-08-29 | 1 | -3/+3 |
| * | - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixed | Mike Bayer | 2008-08-28 | 7 | -143/+87 |
| * | - Fixed bug whereby deferred() columns with a group in conjunction | Mike Bayer | 2008-08-28 | 1 | -2/+8 |
| * | ugh...try again | Mike Bayer | 2008-08-27 | 1 | -1/+2 |
| * | critical fix to r5028 repairs SingleThreadPool to return a connection in case... | Mike Bayer | 2008-08-27 | 1 | -7/+9 |
| * | - expire/fetch strategies are now default for Query.update/Query.delete. | Ants Aasma | 2008-08-25 | 1 | -4/+64 |
| * | - Fixed bug whereby changing a primary key attribute on an | Mike Bayer | 2008-08-24 | 2 | -7/+12 |
| * | - Session.delete() adds the given object to the session if | Mike Bayer | 2008-08-24 | 1 | -1/+3 |
| * | - Added MSMediumInteger type [ticket:1146]. | Mike Bayer | 2008-08-24 | 1 | -2/+29 |
| * | - logging scale-back; the echo_uow flag on Session is deprecated, and unit of... | Mike Bayer | 2008-08-24 | 11 | -82/+70 |
| * | - The 'length' argument to all Numeric types has been renamed | Mike Bayer | 2008-08-24 | 12 | -89/+98 |
| * | - attributes now has an "active_history" flag. This flag indicates that when... | Mike Bayer | 2008-08-22 | 2 | -8/+22 |
| * | - column_property() and synonym() both accept comparator_factory argument, al... | Mike Bayer | 2008-08-21 | 3 | -14/+21 |
| * | - Another old-style mixin fix and an explicit mapper() test for it. | Jason Kirtland | 2008-08-21 | 1 | -0/+2 |
| * | - fixed a bug in declarative test which was looking for old version of history | Mike Bayer | 2008-08-19 | 4 | -13/+26 |
| * | catch AttributeError in case thread local storage was not configured | Mike Bayer | 2008-08-19 | 1 | -1/+4 |
| * | attributes.get_history now reports some zero-length slots as the empty tuple ... | Jason Kirtland | 2008-08-18 | 1 | -9/+14 |
| * | hack tweak: exc.NO_STATE is a tuple. | Jason Kirtland | 2008-08-18 | 1 | -1/+1 |
| * | more ORM @decorator fliparoo | Jason Kirtland | 2008-08-18 | 9 | -307/+314 |
| * | - The before_flush() hook on SessionExtension takes place | Mike Bayer | 2008-08-17 | 2 | -18/+27 |
| * | temporary check for unmapped class, until [ticket:1142] is resolved | Mike Bayer | 2008-08-17 | 2 | -1/+8 |
| * | - fixed primary key update for many-to-many collections | Mike Bayer | 2008-08-16 | 1 | -1/+4 |
| * | - class.someprop.in_() raises NotImplementedError pending | Mike Bayer | 2008-08-16 | 1 | -1/+4 |
| * | - Mock engines take on the .name of their dialect. [ticket:1123] | Jason Kirtland | 2008-08-15 | 1 | -10/+11 |
| * | - Don't choke when instrumenting a class with an old-style mixin. [ticket:1078] | Jason Kirtland | 2008-08-15 | 1 | -0/+5 |
| * | - Ignore old-style classes when building inheritance graphs. [ticket:1078] | Jason Kirtland | 2008-08-15 | 1 | -6/+14 |
| * | Re-use func_defaults when generating wrapper functions. [ticket:1139] | Jason Kirtland | 2008-08-15 | 1 | -2/+14 |
| * | - Renamed on_reconstitute to @reconstructor and reconstruct_instance | Jason Kirtland | 2008-08-15 | 4 | -124/+131 |
| * | dont rely upon AttributeError to test for None | Mike Bayer | 2008-08-13 | 1 | -4/+8 |