]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-02-13  Mike Bayer- Fixed bugs in Query regarding simultaneous selection of
2009-02-12  Mike Bayermove test by itself so that no fixture data is inserted
2009-02-11  Mike Bayer- a session.expire() on a particular collection attribute
2009-02-11  Mike Bayer- Added "post_configure_attribute" method to Instrument...
2009-02-10  Gaëtan de Mentenfix Query.update docstring
2009-02-10  Mike Bayer- anonymous alias names now truncate down to the max...
2009-02-07  Mike Bayerneed sizes for mysql
2009-02-07  Mike Bayer- When flushing partial sets of objects using session...
2009-02-03  Mike Bayer- PG Index reflection won't fail when an index with
2009-02-02  Gaëtan de Mentenfix docstring typo
2009-02-01  Mike Bayer- Fixed missing _label attribute on Function object...
2009-01-31  Michael TrierAdded a few IDENTITY tests for mssql.
2009-01-30  Mike Bayerdetect backref string as basestring, not str. [ticket...
2009-01-29  Mike Bayerappease older sqlite version
2009-01-29  Mike Bayerfix serialize
2009-01-29  Mike Bayer- The per-dialect cache used by TypeEngine to cache
2009-01-29  Mike Bayer- improvements to the "determine direction" logic of
2009-01-28  Mike Bayersome docstring stuff
2009-01-28  Mike Bayerunit test fixes
2009-01-28  Mike Bayer- _CalculatedClause is gone
2009-01-27  Mike Bayer- Query now implements __clause_element__() which produces
2009-01-24  Mike Bayerfurther fixes to sphinx.sty per progress on the sphinx...
2009-01-24  Mike Bayercreate correct hyperlink for the pdf file
2009-01-24  Mike Bayer- 0.5.3
2009-01-24  Mike Bayer- refined and clarified query.__join() for readability rel_0_5_2
2009-01-24  Mike Bayermoved the non-expire of unloaded deferred attributes...
2009-01-24  Mike Bayer- session.expire() and related methods will not expire...
2009-01-23  Michael TrierCorrection to reflection fix r5718 to handle Binary...
2009-01-23  Rick Morrisonmssql: modified table reflection code to use only kwarg...
2009-01-22  Mike Bayer- Fixed an eager loading bug whereby self-referential...
2009-01-22  Mike Bayer- Adjusted the attribute instrumentation change from...
2009-01-22  Michael TrierTrying one more time to get the decimal handling on...
2009-01-22  Michael TrierRestored convert_unicode handling on mssql. Fixes ...
2009-01-20  Mike Bayer- Further refined 0.5.1's warning about delete-orphan...
2009-01-20  Mike Bayeradded some missing internal types for reflection, ...
2009-01-19  Mike Bayerremove comparison/group by on TEXT columns
2009-01-18  Mike Bayer- Further fixes to the "percent signs and spaces in...
2009-01-17  Mike Bayerdont need pre-0.5 note rel_0_5_1
2009-01-17  Michael TrierCorrected handling of large decimal values on mssql...
2009-01-17  Mike Bayermore session updates
2009-01-17  Mike Bayerdocstring fixup
2009-01-17  Mike Bayerfix errant foreign key
2009-01-17  Mike Bayerfixed more save/clear calls
2009-01-17  Mike Bayer- The "clear()", "save()", "update()", "save_or_update()"
2009-01-17  Mike Bayerexplicit rollback to get the connection back to the...
2009-01-17  Mike BayerWeakCompositeKey was coded incorrectly and was not...
2009-01-16  Mike Bayer- misc savepoint test
2009-01-15  Mike Bayer- Using delete-orphan on a many-to-many relation is...
2009-01-15  Mike Bayer- Query.from_self() as well as query.subquery() both...
2009-01-14  Mike Bayer- use ForeignKey.column as _colspec source in Column...
2009-01-14  Mike Bayer- Improved the methodology to handling percent signs...
2009-01-14  Lele GaifaxFix a hyperref
2009-01-13  Mike Bayerprefer this methods
2009-01-13  Mike Bayer- It's an error to add new Column objects to a declarat...
2009-01-13  Mike Bayer- Column with no name (as in declarative) won't raise a
2009-01-13  Mike Bayer- Fixed a bug with the unitofwork's "row switch" mechanism,
2009-01-13  Jason Kirtland- Tightened up **kw on ColumnProperty and its front...
2009-01-12  Mike Bayerhappy new year
2009-01-12  Mike Bayer- Can now specify Column objects on subclasses which...
2009-01-12  Mike Bayeroh, its UNION ordering that's changing
2009-01-12  Mike Bayermore comparator tweaks
2009-01-12  Mike BayerEnsure RowTuple names are correct by adding "key" to...
2009-01-12  Mike Bayersuspect the InstrumentedSet/set comparison is failing...
2009-01-12  Mike Bayer*more* sqlite appeasement
2009-01-12  Mike Bayermysql/pg sensitive fixes
2009-01-11  Mike Bayerdon't INSERT a blank row if no rows passed. (breaks...
2009-01-11  Mike BayerNotSupportedError is a DBAPI wrapper which takes four...
2009-01-11  Mike Bayeradded an order by
2009-01-11  Mike Bayer- Concrete inheriting mappers now instrument attributes...
2009-01-11  Michael TrierCorrected SAVEPOINT support on the adodbapi dialect...
2009-01-11  Michael TrierModified the do_begin handling in mssql to use the...
2009-01-11  Mike Bayer- 0.5.1 bump
2009-01-10  Mike Bayerclarified docs on foreign key cascades, mapper extensio...
2009-01-08  Mike Bayerquery.delete(False) is not so bad
2009-01-08  Ants AasmaAdded the missing keywords from MySQL 4.1 so they get...
2009-01-07  Mike Bayertypo
2009-01-06  Jason KirtlandFormatting fixups
2009-01-06  Mike Bayerdoh its 0.5.0
2009-01-06  Mike Bayermove memusage to the isolation chamber rel_0_5_0
2009-01-06  Mike Bayer- removed 2.3 compat stuff
2009-01-06  Mike Bayernext release is 0.5.0
2009-01-06  Mike Bayer- query.join() raises an error when the target of the...
2009-01-05  Michael TrierForgot to sqash a commit. Follow up on mssql dates...
2009-01-05  Michael Triermssql date / time refactor.
2009-01-05  Mike Bayermade the "you passed a non-aliased selectable" warning...
2009-01-05  Mike Bayer- property.of_type() is now recognized on a single...
2009-01-05  Mike Bayerif at first you don't succeed, fail, fail again
2009-01-05  Mike Bayerassume table.schema, not None, when constraint reflecti...
2009-01-05  Mike Bayer- Generalized the IdentityManagedState._instance_dict...
2009-01-04  Michael TrierCorrected a few docs and didn't realize we put pyodbc...
2009-01-03  Mike Bayerdocstrings for the hated fold_equivalents argument...
2009-01-03  Mike Bayeradded teardown_instance() to complement setup_instance().
2009-01-03  Mike Bayer- query.order_by() accepts None which will remove any...
2009-01-03  Mike Bayeradded the significant test for #1247
2009-01-03  Michael TrierCorrected an issue on mssql where Numerics would not...
2009-01-03  Mike Bayeradded order_by test coverage as per [ticket:1218]
2009-01-03  Mike Bayerone more typo
2009-01-03  Mike Bayerfixed critical errors in assocationproxy docs while...
2009-01-03  Mike Bayer- Fixed bug which was preventing out params of certain...
2009-01-03  Mike Bayeridentified the SQLite changes which affect default...
next