| Commit message (Expand) | Author | Age | Files | Lines |
| * | - When flushing partial sets of objects using session.flush([somelist]), | Mike Bayer | 2009-02-07 | 1 | -1/+1 |
| * | - PG Index reflection won't fail when an index with | Mike Bayer | 2009-02-03 | 1 | -4/+5 |
| * | fix docstring typo | Gaƫtan de Menten | 2009-02-02 | 1 | -25/+25 |
| * | - Fixed missing _label attribute on Function object, others | Mike Bayer | 2009-02-01 | 2 | -2/+8 |
| * | detect backref string as basestring, not str. [ticket:1301] | Mike Bayer | 2009-01-30 | 1 | -1/+1 |
| * | fix serialize | Mike Bayer | 2009-01-29 | 1 | -1/+1 |
| * | - The per-dialect cache used by TypeEngine to cache | Mike Bayer | 2009-01-29 | 1 | -4/+4 |
| * | - improvements to the "determine direction" logic of | Mike Bayer | 2009-01-29 | 1 | -18/+34 |
| * | some docstring stuff | Mike Bayer | 2009-01-28 | 1 | -20/+19 |
| * | - _CalculatedClause is gone | Mike Bayer | 2009-01-28 | 5 | -99/+88 |
| * | - Query now implements __clause_element__() which produces | Mike Bayer | 2009-01-27 | 3 | -28/+26 |
| * | - 0.5.3 | Mike Bayer | 2009-01-24 | 1 | -1/+1 |
| * | - refined and clarified query.__join() for readabilityrel_0_5_2 | Mike Bayer | 2009-01-24 | 3 | -66/+116 |
| * | moved the non-expire of unloaded deferred attributes into the attributes package | Mike Bayer | 2009-01-24 | 4 | -19/+24 |
| * | - session.expire() and related methods will not expire() unloaded | Mike Bayer | 2009-01-24 | 2 | -2/+15 |
| * | Correction to reflection fix r5718 to handle Binary / other numeric types. | Michael Trier | 2009-01-23 | 1 | -2/+2 |
| * | mssql: modified table reflection code to use only kwargs when constructing co... | Rick Morrison | 2009-01-23 | 1 | -17/+13 |
| * | - Fixed an eager loading bug whereby self-referential eager | Mike Bayer | 2009-01-22 | 2 | -7/+25 |
| * | - Adjusted the attribute instrumentation change from 0.5.1 to | Mike Bayer | 2009-01-22 | 5 | -32/+54 |
| * | Trying one more time to get the decimal handling on mssql right. Closes #1282. | Michael Trier | 2009-01-22 | 1 | -10/+28 |
| * | Restored convert_unicode handling on mssql. Fixes #1291. | Michael Trier | 2009-01-22 | 1 | -3/+0 |
| * | - Further refined 0.5.1's warning about delete-orphan cascade | Mike Bayer | 2009-01-20 | 5 | -9/+50 |
| * | added some missing internal types for reflection, [ticket:1287] | Mike Bayer | 2009-01-20 | 1 | -0/+2 |
| * | - Further fixes to the "percent signs and spaces in column/table | Mike Bayer | 2009-01-18 | 3 | -10/+11 |
| * | Corrected handling of large decimal values on mssql. Added more robust tests. | Michael Trier | 2009-01-17 | 1 | -25/+10 |
| * | docstring fixup | Mike Bayer | 2009-01-17 | 1 | -5/+5 |
| * | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 2 | -12/+13 |
| * | WeakCompositeKey was coded incorrectly and was not weakly referencing anythin... | Mike Bayer | 2009-01-17 | 3 | -50/+3 |
| * | - misc savepoint test | Mike Bayer | 2009-01-16 | 1 | -2/+0 |
| * | - Using delete-orphan on a many-to-many relation is deprecated. | Mike Bayer | 2009-01-15 | 2 | -1/+10 |
| * | - Query.from_self() as well as query.subquery() both disable | Mike Bayer | 2009-01-15 | 4 | -13/+139 |
| * | - use ForeignKey.column as _colspec source in Column._make_proxy(), preventin... | Mike Bayer | 2009-01-14 | 1 | -6/+14 |
| * | - Improved the methodology to handling percent signs in column | Mike Bayer | 2009-01-14 | 2 | -12/+20 |
| * | prefer this methods | Mike Bayer | 2009-01-13 | 2 | -9/+3 |
| * | - It's an error to add new Column objects to a declarative class | Mike Bayer | 2009-01-13 | 1 | -2/+4 |
| * | - Column with no name (as in declarative) won't raise a | Mike Bayer | 2009-01-13 | 2 | -1/+9 |
| * | - Fixed a bug with the unitofwork's "row switch" mechanism, | Mike Bayer | 2009-01-13 | 1 | -1/+3 |
| * | - Tightened up **kw on ColumnProperty and its front-end functions. | Jason Kirtland | 2009-01-13 | 1 | -6/+23 |
| * | happy new year | Mike Bayer | 2009-01-12 | 33 | -33/+33 |
| * | - Can now specify Column objects on subclasses which have no | Mike Bayer | 2009-01-12 | 2 | -50/+215 |
| * | Ensure RowTuple names are correct by adding "key" to QueryableAttribute. | Mike Bayer | 2009-01-12 | 2 | -7/+3 |
| * | NotSupportedError is a DBAPI wrapper which takes four args and is expected to... | Mike Bayer | 2009-01-11 | 3 | -4/+4 |
| * | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 14 | -346/+496 |
| * | Corrected SAVEPOINT support on the adodbapi dialect by changing the handling | Michael Trier | 2009-01-11 | 1 | -3/+3 |
| * | Modified the do_begin handling in mssql to use the Cursor not the Connection. | Michael Trier | 2009-01-11 | 1 | -2/+7 |
| * | - 0.5.1 bump | Mike Bayer | 2009-01-11 | 3 | -4/+6 |
| * | clarified docs on foreign key cascades, mapper extension methods during delet... | Mike Bayer | 2009-01-10 | 1 | -42/+64 |
| * | query.delete(False) is not so bad | Mike Bayer | 2009-01-08 | 1 | -4/+5 |
| * | Added the missing keywords from MySQL 4.1 so they get escaped properly. | Ants Aasma | 2009-01-08 | 1 | -1/+1 |
| * | next release is 0.5.0 | Mike Bayer | 2009-01-06 | 1 | -1/+1 |