]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-03-29  Michael TrierCorrected docstring for class_mapper. It does not accep...
2009-03-29  Michael TrierModified information_schema change to keep it backwards...
2009-03-27  Mike Bayerfix crappity
2009-03-27  Mike Bayer- Fixed __repr__() and other _get_colspec() methods on
2009-03-27  Michael TrierCorrected problem with information schema not working...
2009-03-27  Mike Bayer- Fixed the "set collection" function on "dynamic"...
2009-03-24  Mike Bayermore tests rel_0_5_3
2009-03-24  Mike Bayer - Fixed bug in dynamic_loader() where append/remove...
2009-03-21  Mike Bayeradd collections module to API ref for completeness...
2009-03-21  Mike Bayer- An alias() of a select() will convert to a "scalar...
2009-03-17  Mike Bayer - Fixed SQLite reflection methods so that non-present
2009-03-15  Mike Bayer- Query.join() can now construct multiple FROM clauses, if
2009-03-11  Mike Bayer - Fixed bug where column_prefix wasn't being checke...
2009-03-11  Mike Bayerfix formatting to match unit tests
2009-03-09  Jonathan Ellisadd schema to entity method
2009-03-09  Mike Bayer- a forward and complementing backwards reference which...
2009-03-08  Mike Bayertake 2
2009-03-08  Mike Bayerattempt to exlude sqlite 3.5.9 and below, for buildbot...
2009-03-08  Mike Bayer- Query.group_by() properly takes into account aliasing...
2009-03-08  Mike Bayersome buildbot fixes
2009-03-02  Mike Bayer- updated builders for latest sphinx tip
2009-03-01  Mike Bayer- The "objects" argument to session.flush() is deprecated.
2009-03-01  Mike Bayer- Added PGUuid and PGBit types to
2009-02-26  Mike Bayer- Fixed adaptation of EXISTS clauses via any(), has...
2009-02-25  Lele GaifaxFix markup glitch
2009-02-23  Mike Bayer- pared down private and semi-private functions in...
2009-02-22  Mike Bayer- Declarative will accept a table-bound column as a...
2009-02-20  Mike Bayer- Query won't fail with weakref error when a non-mapper...
2009-02-19  Mike Bayer- Declarative locates the "inherits" class using a...
2009-02-19  Gaëtan de Mentenfix docstring indent in orm.util.with_parent
2009-02-18  Michael TrierCorrected issue on mssql where max_identifier_length...
2009-02-17  Mike Bayer- Session.scalar() now converts raw SQL strings to...
2009-02-17  Mike Bayer- Declarative will properly interpret the "foreign_keys...
2009-02-17  Mike Bayer- Fixed a recursive pickling issue in serializer, triggered
2009-02-16  Mike Bayer- Declarative figures out joined-table inheritance...
2009-02-15  Mike Bayer- Added an attribute helper method ``set_committed_valu...
2009-02-13  Mike Bayer- annotations store 'parententity' as well as 'parentma...
2009-02-13  Rick MorrisonPreliminary support for pymssql 1.0.1 [Ticket:1318]
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...
next