summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - When flushing partial sets of objects using session.flush([somelist]),Mike Bayer2009-02-071-1/+1
* - PG Index reflection won't fail when an index withMike Bayer2009-02-031-4/+5
* fix docstring typoGaƫtan de Menten2009-02-021-25/+25
* - Fixed missing _label attribute on Function object, othersMike Bayer2009-02-012-2/+8
* detect backref string as basestring, not str. [ticket:1301]Mike Bayer2009-01-301-1/+1
* fix serializeMike Bayer2009-01-291-1/+1
* - The per-dialect cache used by TypeEngine to cacheMike Bayer2009-01-291-4/+4
* - improvements to the "determine direction" logic ofMike Bayer2009-01-291-18/+34
* some docstring stuffMike Bayer2009-01-281-20/+19
* - _CalculatedClause is goneMike Bayer2009-01-285-99/+88
* - Query now implements __clause_element__() which producesMike Bayer2009-01-273-28/+26
* - 0.5.3Mike Bayer2009-01-241-1/+1
* - refined and clarified query.__join() for readabilityrel_0_5_2Mike Bayer2009-01-243-66/+116
* moved the non-expire of unloaded deferred attributes into the attributes packageMike Bayer2009-01-244-19/+24
* - session.expire() and related methods will not expire() unloadedMike Bayer2009-01-242-2/+15
* Correction to reflection fix r5718 to handle Binary / other numeric types.Michael Trier2009-01-231-2/+2
* mssql: modified table reflection code to use only kwargs when constructing co...Rick Morrison2009-01-231-17/+13
* - Fixed an eager loading bug whereby self-referential eagerMike Bayer2009-01-222-7/+25
* - Adjusted the attribute instrumentation change from 0.5.1 toMike Bayer2009-01-225-32/+54
* Trying one more time to get the decimal handling on mssql right. Closes #1282.Michael Trier2009-01-221-10/+28
* Restored convert_unicode handling on mssql. Fixes #1291.Michael Trier2009-01-221-3/+0
* - Further refined 0.5.1's warning about delete-orphan cascadeMike Bayer2009-01-205-9/+50
* added some missing internal types for reflection, [ticket:1287]Mike Bayer2009-01-201-0/+2
* - Further fixes to the "percent signs and spaces in column/tableMike Bayer2009-01-183-10/+11
* Corrected handling of large decimal values on mssql. Added more robust tests.Michael Trier2009-01-171-25/+10
* docstring fixupMike Bayer2009-01-171-5/+5
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-172-12/+13
* WeakCompositeKey was coded incorrectly and was not weakly referencing anythin...Mike Bayer2009-01-173-50/+3
* - misc savepoint testMike Bayer2009-01-161-2/+0
* - Using delete-orphan on a many-to-many relation is deprecated.Mike Bayer2009-01-152-1/+10
* - Query.from_self() as well as query.subquery() both disableMike Bayer2009-01-154-13/+139
* - use ForeignKey.column as _colspec source in Column._make_proxy(), preventin...Mike Bayer2009-01-141-6/+14
* - Improved the methodology to handling percent signs in columnMike Bayer2009-01-142-12/+20
* prefer this methodsMike Bayer2009-01-132-9/+3
* - It's an error to add new Column objects to a declarative classMike Bayer2009-01-131-2/+4
* - Column with no name (as in declarative) won't raise aMike Bayer2009-01-132-1/+9
* - Fixed a bug with the unitofwork's "row switch" mechanism,Mike Bayer2009-01-131-1/+3
* - Tightened up **kw on ColumnProperty and its front-end functions.Jason Kirtland2009-01-131-6/+23
* happy new yearMike Bayer2009-01-1233-33/+33
* - Can now specify Column objects on subclasses which have noMike Bayer2009-01-122-50/+215
* Ensure RowTuple names are correct by adding "key" to QueryableAttribute.Mike Bayer2009-01-122-7/+3
* NotSupportedError is a DBAPI wrapper which takes four args and is expected to...Mike Bayer2009-01-113-4/+4
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-1114-346/+496
* Corrected SAVEPOINT support on the adodbapi dialect by changing the handlingMichael Trier2009-01-111-3/+3
* Modified the do_begin handling in mssql to use the Cursor not the Connection.Michael Trier2009-01-111-2/+7
* - 0.5.1 bumpMike Bayer2009-01-113-4/+6
* 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-081-1/+1
* next release is 0.5.0Mike Bayer2009-01-061-1/+1