| Commit message (Expand) | Author | Age | Files | Lines |
| * | more session updates | Mike Bayer | 2009-01-17 | 2 | -7/+7 |
| * | docstring fixup | Mike Bayer | 2009-01-17 | 1 | -5/+5 |
| * | fix errant foreign key | Mike Bayer | 2009-01-17 | 1 | -1/+1 |
| * | fixed more save/clear calls | Mike Bayer | 2009-01-17 | 3 | -28/+28 |
| * | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 41 | -506/+514 |
| * | explicit rollback to get the connection back to the pool | Mike Bayer | 2009-01-17 | 1 | -2/+3 |
| * | WeakCompositeKey was coded incorrectly and was not weakly referencing anythin... | Mike Bayer | 2009-01-17 | 6 | -51/+46 |
| * | - misc savepoint test | Mike Bayer | 2009-01-16 | 2 | -2/+13 |
| * | - Using delete-orphan on a many-to-many relation is deprecated. | Mike Bayer | 2009-01-15 | 5 | -6/+75 |
| * | - Query.from_self() as well as query.subquery() both disable | Mike Bayer | 2009-01-15 | 7 | -16/+225 |
| * | - use ForeignKey.column as _colspec source in Column._make_proxy(), preventin... | Mike Bayer | 2009-01-14 | 3 | -6/+24 |
| * | - Improved the methodology to handling percent signs in column | Mike Bayer | 2009-01-14 | 5 | -17/+96 |
| * | Fix a hyperref | Lele Gaifax | 2009-01-14 | 1 | -1/+1 |
| * | 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 | 3 | -2/+15 |
| * | - Column with no name (as in declarative) won't raise a | Mike Bayer | 2009-01-13 | 4 | -1/+25 |
| * | - Fixed a bug with the unitofwork's "row switch" mechanism, | Mike Bayer | 2009-01-13 | 3 | -1/+52 |
| * | - Tightened up **kw on ColumnProperty and its front-end functions. | Jason Kirtland | 2009-01-13 | 2 | -6/+26 |
| * | happy new year | Mike Bayer | 2009-01-12 | 35 | -35/+35 |
| * | - Can now specify Column objects on subclasses which have no | Mike Bayer | 2009-01-12 | 6 | -158/+651 |
| * | oh, its UNION ordering that's changing | Mike Bayer | 2009-01-12 | 1 | -6/+6 |
| * | more comparator tweaks | Mike Bayer | 2009-01-12 | 1 | -4/+4 |
| * | Ensure RowTuple names are correct by adding "key" to QueryableAttribute. | Mike Bayer | 2009-01-12 | 3 | -7/+8 |
| * | suspect the InstrumentedSet/set comparison is failing for some reason | Mike Bayer | 2009-01-12 | 1 | -6/+6 |
| * | *more* sqlite appeasement | Mike Bayer | 2009-01-12 | 1 | -5/+7 |
| * | mysql/pg sensitive fixes | Mike Bayer | 2009-01-12 | 2 | -6/+6 |
| * | don't INSERT a blank row if no rows passed. (breaks all the tests for SQLite ... | Mike Bayer | 2009-01-11 | 1 | -3/+4 |
| * | NotSupportedError is a DBAPI wrapper which takes four args and is expected to... | Mike Bayer | 2009-01-11 | 3 | -4/+4 |
| * | added an order by | Mike Bayer | 2009-01-11 | 1 | -1/+2 |
| * | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 23 | -405/+847 |
| * | Corrected SAVEPOINT support on the adodbapi dialect by changing the handling | Michael Trier | 2009-01-11 | 2 | -3/+6 |
| * | Modified the do_begin handling in mssql to use the Cursor not the Connection. | Michael Trier | 2009-01-11 | 2 | -2/+11 |
| * | - 0.5.1 bump | Mike Bayer | 2009-01-11 | 5 | -4/+19 |
| * | 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 | 2 | -1/+5 |
| * | typo | Mike Bayer | 2009-01-07 | 1 | -2/+2 |
| * | Formatting fixups | Jason Kirtland | 2009-01-06 | 1 | -464/+400 |
| * | doh its 0.5.0 | Mike Bayer | 2009-01-06 | 1 | -1/+1 |
| * | move memusage to the isolation chamberrel_0_5_0 | Mike Bayer | 2009-01-06 | 3 | -1/+1 |
| * | - removed 2.3 compat stuff | Mike Bayer | 2009-01-06 | 5 | -425/+11 |
| * | next release is 0.5.0 | Mike Bayer | 2009-01-06 | 1 | -1/+1 |
| * | - query.join() raises an error when the target of the join | Mike Bayer | 2009-01-06 | 3 | -6/+50 |
| * | Forgot to sqash a commit. Follow up on mssql dates refactoring. | Michael Trier | 2009-01-05 | 1 | -8/+11 |
| * | mssql date / time refactor. | Michael Trier | 2009-01-05 | 3 | -45/+192 |
| * | made the "you passed a non-aliased selectable" warning scarier. scarier ! | Mike Bayer | 2009-01-05 | 1 | -1/+3 |
| * | - property.of_type() is now recognized on a single-table | Mike Bayer | 2009-01-05 | 6 | -23/+126 |
| * | if at first you don't succeed, fail, fail again | Mike Bayer | 2009-01-05 | 1 | -1/+1 |
| * | assume table.schema, not None, when constraint reflection has no explicit sch... | Mike Bayer | 2009-01-05 | 2 | -1/+4 |
| * | - Generalized the IdentityManagedState._instance_dict() callable | Mike Bayer | 2009-01-05 | 3 | -7/+16 |