]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-04-25  Mike Bayerwe work with sphinx 0.6.1 now
2009-04-20  Ants AasmaQuery.update() and Query.delete() should turn off eager...
2009-04-18  Michael TrierFixed adding of deferred or othe column properties...
2009-04-18  Michael TrierRemoved allow_column_override documentation. Fixes...
2009-04-13  Michael TrierAdded copy and __copy__ methods to the OrderedDict...
2009-04-13  Michael TrierCleaned up the deprecation problems with the examples.
2009-04-13  Michael TrierCorrected the sqlite float type so that it properly...
2009-04-12  Michael TrierAdded in MSSQL reserved words list. Fixes #1310
2009-04-11  Michael TrierAdded multi part schema name support. Closes #594 and...
2009-04-11  Mike Bayer- Fixed a unit of work issue whereby the foreign
2009-04-09  Michael TrierCorrected duplication of serializer docs. Fixes #1375.
2009-04-09  Mike Bayer- Fixed documentation for session weak_identity_map -
2009-04-08  Mike Bayertest multi-level eager load without the limiting subquery
2009-04-06  Ants Aasma- Fixed the evaluator not being able to evaluate IS...
2009-04-05  Mike Bayerdisabling triggers for Mysql since it requires SUPER...
2009-04-04  Michael TrierAdded indexed to the list of reserved keywords (added...
2009-04-04  Michael TrierAdded Oracle examples showing how to use named paramete...
2009-04-04  Michael TrierCorrected examples in ORM tutorial to specify actual...
2009-04-04  Michael TrierCorrected doc notations that suppressed some non-SQL...
2009-04-03  Jason KirtlandExplicit String length
2009-04-03  Mike Bayeradd defaults to alltests
2009-04-02  Mike Bayer- Fixed bug in relation(), introduced in 0.5.3,
2009-03-31  Michael TrierLots of fixes to the code examples to specify imports...
2009-03-31  Mike Bayer- Fixed another location where autoflush was interfering
2009-03-30  Jason Kirtlandextract() is now dialect-sensitive and supports SQLite...
2009-03-30  Mike Bayerremove needless print stuff
2009-03-29  Mike Bayer- Lazy loader will not use get() if the "lazy load"
2009-03-29  Mike Bayer- coverage dumps out separate reports for individual...
2009-03-29  Mike Bayer- added a section on using aliased() with a subquery
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 ...
next