]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-07-11  Mike Bayerupdates
2009-07-10  Jason KirtlandFormatting
2009-07-10  Jason KirtlandImplemented recreate() for StaticPool
2009-07-10  Mike Bayer- Fixed potential memory leak whereby previously pickle...
2009-07-09  Mike Bayer- Fixed bug whereby session.is_modified() would raise...
2009-07-07  Mike Bayer- Fixed a bug involving contains_eager(), which would...
2009-07-03  Mike BayerSession.mapper is now *deprecated*.
2009-06-23  Lele GaifaxFix deprecated usage of on numeric type
2009-06-21  Mike Bayeradded docs for post_update
2009-06-18  Mike Bayer- repaired non-working attributes.set_committed_value...
2009-06-16  Mike Bayer- Trimmed the pickle format for InstanceState which...
2009-06-15  Mike Bayerassoc proxy object appends to list automatically [ticke...
2009-06-15  Mike Bayeradded test to verify #1423
2009-06-15  Mike Bayer- Fixed bug whereby list-based attributes, like pickletype
2009-06-15  Mike Bayersplit CHANGES into CHANGES and CHANGES_PRE_05, since...
2009-06-13  Mike Bayer- The "foreign_keys" argument of relation() will now...
2009-06-10  Mike Bayer- unit tests have been migrated from unittest to nose.
2009-06-05  Mike Bayer- Fixed Query being able to join() from individual...
2009-06-02  Mike Bayer- removed test.testing.ORMTest, test.fixtures, and all
2009-06-02  Mike Bayermove from pXXX to 0.5.5 [ticket:1427]
2009-06-01  Mike Bayer- Fixed another 0.5.4 bug whereby mutable attributes...
2009-05-31  Mike Bayerslight cleanup i want in 0.5/0.6
2009-05-30  Mike Bayerremoved needless "thread" imports from util
2009-05-29  Mike Bayer- sql
2009-05-26  Mike Bayer- Fixed bug introduced in 0.5.4 whereby Composite types
2009-05-26  Mike Bayermore fixes to bound parameter exception reporting rel_0_5_4p2
2009-05-26  Mike Bayer- added unit test for exception formatting
2009-05-25  Mike Bayer- Repaired the printing of SQL exceptions which are not
2009-05-18  Mike Bayer- Fixed an attribute error introduced in 0.5.4 which... rel_0_5_4p1
2009-05-17  Mike Bayer- Back-ported the "compiler" extension from SQLA 0... rel_0_5_4
2009-05-17  Mike Bayerunusual ...
2009-05-17  Mike Bayer- The "polymorphic discriminator" column may be part...
2009-05-17  Mike Bayer- Reflecting a FOREIGN KEY construct will take into...
2009-05-17  Mike Bayer- Exception messages are truncated when the list of...
2009-05-17  Mike Bayer- Removed all* O(N) scanning behavior from the flush...
2009-05-17  Mike Bayer - Significant performance enhancements regarding...
2009-05-14  Mike Bayerfix mysql tests
2009-05-13  Mike Bayer- Fixed obscure mapper compilation issue when inheriting
2009-05-08  Mike Bayer- It is now an error to specify both columns of a binar...
2009-05-08  Mike Bayer- Fixed bug which prevented "mutable primary key" depen...
2009-05-05  Michael TrierCorrected the SQLite SLBoolean type so that it properly...
2009-05-02  Mike Bayer- MapperOptions and other state associated with query...
2009-05-02  Mike Bayerthis falls back to "expire" in any case since concat_op...
2009-04-29  Michael TrierCorrected missing stop in the ORM Tutorial. Fixes ...
2009-04-28  Michael TrierModified savepoint logic in mssql to ensure that it...
2009-04-26  Mike Bayer- Allowed pickling of PropertyOption objects constructe...
2009-04-25  Michael TrierModified query_cls on DynamicAttribteImpl to accept...
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...
next