| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The exists() construct won't "export" its contained list | Mike Bayer | 2008-09-08 | 5 | -11/+74 |
| * | 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 | 4 | -7/+39 |
| * | - Removed conflicting `contains()` operator from | Mike Bayer | 2008-09-07 | 2 | -8/+4 |
| * | - Dropped 0.3-compatibility for user defined types | Mike Bayer | 2008-09-07 | 5 | -118/+32 |
| * | - query.order_by().get() silently drops the "ORDER BY" from | Mike Bayer | 2008-09-06 | 3 | -14/+21 |
| * | - rearranged delete() so that the object is attached before | Mike Bayer | 2008-09-05 | 2 | -31/+43 |
| * | synchronize inherited does not need to be called for the full mapper hierarchy | Mike Bayer | 2008-09-05 | 3 | -15/+15 |
| * | - Fixed exception throw which would occur when string-based | Mike Bayer | 2008-09-04 | 3 | -4/+33 |
| * | 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 | 4 | -5/+38 |
| * | added BFILE to reflected type names [ticket:1121] | Mike Bayer | 2008-09-03 | 2 | -0/+2 |
| * | correct extra space in SQL assertions | Mike Bayer | 2008-09-03 | 1 | -5/+5 |
| * | - has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 3 | -6/+10 |
| * | - limit/offset no longer uses ROW NUMBER OVER to limit rows, | Mike Bayer | 2008-09-03 | 5 | -56/+141 |
| * | Make Query.update and Query.delete return the amount of rows matched | Ants Aasma | 2008-09-02 | 2 | -2/+27 |
| * | correction | Mike Bayer | 2008-09-02 | 1 | -3/+3 |
| * | - column_property(), composite_property(), and relation() now | Mike Bayer | 2008-09-02 | 11 | -140/+195 |
| * | - AttributeListener has been refined such that the event | Mike Bayer | 2008-09-02 | 9 | -33/+234 |
| * | - Fixed custom instrumentation bug whereby get_instance_dict() | Mike Bayer | 2008-09-02 | 3 | -3/+20 |
| * | - broke pool tests out into QueuePoolTest/SingletonThreadPoolTest | Mike Bayer | 2008-09-01 | 1 | -263/+290 |
| * | recheck the dirty list if extensions are present | Mike Bayer | 2008-08-30 | 2 | -5/+36 |
| * | - The "extension" argument to Session and others can now | Mike Bayer | 2008-08-29 | 2 | -19/+25 |
| * | - add an example illustrating attribute event reception. | Mike Bayer | 2008-08-29 | 3 | -6/+95 |
| * | 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 | 8 | -159/+90 |
| * | - Fixed bug whereby deferred() columns with a group in conjunction | Mike Bayer | 2008-08-28 | 3 | -2/+23 |
| * | Corrected typo in the mapper docs. Fixes #1159. | Michael Trier | 2008-08-28 | 1 | -1/+1 |
| * | Type processors get a dialect, not an engine... | Jason Kirtland | 2008-08-27 | 1 | -4/+4 |
| * | 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 | 3 | -9/+72 |
| * | - Fixed bug whereby changing a primary key attribute on an | Mike Bayer | 2008-08-24 | 5 | -9/+73 |
| * | - Session.delete() adds the given object to the session if | Mike Bayer | 2008-08-24 | 3 | -1/+11 |
| * | - Added MSMediumInteger type [ticket:1146]. | Mike Bayer | 2008-08-24 | 3 | -2/+46 |
| * | - logging scale-back; the echo_uow flag on Session is deprecated, and unit of... | Mike Bayer | 2008-08-24 | 13 | -83/+74 |
| * | - The 'length' argument to all Numeric types has been renamed | Mike Bayer | 2008-08-24 | 17 | -101/+146 |
| * | - fixed tearDown to reverse sorted table list | Mike Bayer | 2008-08-23 | 1 | -1/+1 |
| * | - 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 | 2 | -2/+22 |
| * | - Fix occurences of Class.c.column_name | Gaƫtan de Menten | 2008-08-21 | 1 | -226/+225 |
| * | - fixed a bug in declarative test which was looking for old version of history | Mike Bayer | 2008-08-19 | 13 | -26/+47 |
| * | 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 | 5 | -106/+115 |
| * | 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 | 4 | -19/+104 |
| * | temporary check for unmapped class, until [ticket:1142] is resolved | Mike Bayer | 2008-08-17 | 3 | -1/+19 |
| * | - fixed primary key update for many-to-many collections | Mike Bayer | 2008-08-16 | 3 | -1/+18 |