summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more session updatesMike Bayer2009-01-172-7/+7
* docstring fixupMike Bayer2009-01-171-5/+5
* fix errant foreign keyMike Bayer2009-01-171-1/+1
* fixed more save/clear callsMike Bayer2009-01-173-28/+28
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-1741-506/+514
* explicit rollback to get the connection back to the poolMike Bayer2009-01-171-2/+3
* WeakCompositeKey was coded incorrectly and was not weakly referencing anythin...Mike Bayer2009-01-176-51/+46
* - misc savepoint testMike Bayer2009-01-162-2/+13
* - Using delete-orphan on a many-to-many relation is deprecated.Mike Bayer2009-01-155-6/+75
* - Query.from_self() as well as query.subquery() both disableMike Bayer2009-01-157-16/+225
* - use ForeignKey.column as _colspec source in Column._make_proxy(), preventin...Mike Bayer2009-01-143-6/+24
* - Improved the methodology to handling percent signs in columnMike Bayer2009-01-145-17/+96
* Fix a hyperrefLele Gaifax2009-01-141-1/+1
* prefer this methodsMike Bayer2009-01-132-9/+3
* - It's an error to add new Column objects to a declarative classMike Bayer2009-01-133-2/+15
* - Column with no name (as in declarative) won't raise aMike Bayer2009-01-134-1/+25
* - Fixed a bug with the unitofwork's "row switch" mechanism,Mike Bayer2009-01-133-1/+52
* - Tightened up **kw on ColumnProperty and its front-end functions.Jason Kirtland2009-01-132-6/+26
* happy new yearMike Bayer2009-01-1235-35/+35
* - Can now specify Column objects on subclasses which have noMike Bayer2009-01-126-158/+651
* oh, its UNION ordering that's changingMike Bayer2009-01-121-6/+6
* more comparator tweaksMike Bayer2009-01-121-4/+4
* Ensure RowTuple names are correct by adding "key" to QueryableAttribute.Mike Bayer2009-01-123-7/+8
* suspect the InstrumentedSet/set comparison is failing for some reasonMike Bayer2009-01-121-6/+6
* *more* sqlite appeasementMike Bayer2009-01-121-5/+7
* mysql/pg sensitive fixesMike Bayer2009-01-122-6/+6
* don't INSERT a blank row if no rows passed. (breaks all the tests for SQLite ...Mike Bayer2009-01-111-3/+4
* NotSupportedError is a DBAPI wrapper which takes four args and is expected to...Mike Bayer2009-01-113-4/+4
* added an order byMike Bayer2009-01-111-1/+2
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-1123-405/+847
* Corrected SAVEPOINT support on the adodbapi dialect by changing the handlingMichael Trier2009-01-112-3/+6
* Modified the do_begin handling in mssql to use the Cursor not the Connection.Michael Trier2009-01-112-2/+11
* - 0.5.1 bumpMike Bayer2009-01-115-4/+19
* clarified docs on foreign key cascades, mapper extension methods during delet...Mike Bayer2009-01-101-42/+64
* query.delete(False) is not so badMike Bayer2009-01-081-4/+5
* Added the missing keywords from MySQL 4.1 so they get escaped properly.Ants Aasma2009-01-082-1/+5
* typoMike Bayer2009-01-071-2/+2
* Formatting fixupsJason Kirtland2009-01-061-464/+400
* doh its 0.5.0Mike Bayer2009-01-061-1/+1
* move memusage to the isolation chamberrel_0_5_0Mike Bayer2009-01-063-1/+1
* - removed 2.3 compat stuffMike Bayer2009-01-065-425/+11
* next release is 0.5.0Mike Bayer2009-01-061-1/+1
* - query.join() raises an error when the target of the joinMike Bayer2009-01-063-6/+50
* Forgot to sqash a commit. Follow up on mssql dates refactoring.Michael Trier2009-01-051-8/+11
* mssql date / time refactor.Michael Trier2009-01-053-45/+192
* made the "you passed a non-aliased selectable" warning scarier. scarier !Mike Bayer2009-01-051-1/+3
* - property.of_type() is now recognized on a single-tableMike Bayer2009-01-056-23/+126
* if at first you don't succeed, fail, fail againMike Bayer2009-01-051-1/+1
* assume table.schema, not None, when constraint reflection has no explicit sch...Mike Bayer2009-01-052-1/+4
* - Generalized the IdentityManagedState._instance_dict() callableMike Bayer2009-01-053-7/+16