]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-08-09  Mike Bayer- PG: somewhat better support for % signs in table...
2009-08-09  Mike Bayerclose out py3k + pg8000 bugs that are fixable for now...
2009-08-09  Mike Bayerpython3k fixes
2009-08-09  Philip Jenveypull from identity_map atomically to avoid a race with...
2009-08-09  Philip Jenveyo oracle+zxjdbc type handling additions
2009-08-08  Mike Bayermerge 06CHANGES into CHANGES and add more stuff
2009-08-08  Mike Bayer- added **kw to ClauseElement.compare(), so that we...
2009-08-08  Mike Bayerclean up the way we detect MSSQL's form of RETURNING
2009-08-08  Mike Bayerunwrapped _get_colparams a bit, dropped out an isinstan...
2009-08-08  Mike Bayerfix up oracle tests, returning is on by default
2009-08-08  Mike Bayer- turned on auto-returning for oracle, some errors
2009-08-08  Philip Jenveyensure order of larger comparisons
2009-08-07  Mike Bayerdocumentation updates
2009-08-07  Mike Bayer- renamed PASSIVE_NORESULT to PASSIVE_NO_RESULT
2009-08-07  Lele GaifaxFix #1451: take into account the actual coding system...
2009-08-07  Lele GaifaxFix #1429: take into account possible spurious spaces...
2009-08-07  Lele GaifaxM-x whitespace-cleanup
2009-08-06  Mike Bayerfix some profiles for 2.4
2009-08-06  Mike Bayerfix non2.4 gremlin
2009-08-06  Mike Bayerdont need this anymore
2009-08-06  Mike Bayermerge 0.6 series to trunk.
2009-08-06  Mike Bayerdisabled examples test pending necesary repairs
2009-08-02  Mike Bayer- UPDATE and DELETE do not support ORDER BY, LIMIT...
2009-08-02  Mike Bayer- Simplified the sweep of instrumentation in strategies...
2009-07-31  Mike Bayerbackported 0.6 r6084 fix for oracle alias names, [ticke...
2009-07-29  Philip Jenveyfix broken orm debug logging
2009-07-28  Mike Bayermerged [ticket:1486] fix from 0.6
2009-07-28  Michael TrierReverted my screw up of setup.cfg
2009-07-28  Michael TrierCorrected examples tests. I was running from ./test...
2009-07-27  Michael TrierAdded in Examples into the test suite so they get exerc...
2009-07-26  Michael TrierCorrected annoying deprecation warning on 2.6+ related...
2009-07-26  Michael TrierCorrected problem with binary test on mssql. Still...
2009-07-26  Mike Bayer- Squeezed a few more unnecessary "lazy loads" out of
2009-07-25  Mike Bayer- Fixed bug in Table and Column whereby passing empty
2009-07-25  Mike Bayer- Fixed bug whereby a load/refresh of joined table
2009-07-25  Mike Bayer- Declarative will raise an informative exception if
2009-07-25  Mike Bayer- fixed the test for FalseDiscriminator to use Boolean...
2009-07-25  Mike Bayer- Using False or 0 as a polymorphic discriminator now
2009-07-25  Mike Bayer- Unary expressions such as DISTINCT propagate their
2009-07-25  Mike Bayer- Improved error message when query() is called with
2009-07-25  Mike Bayerbeefed up documentation for count(), [ticket:1465]
2009-07-25  Mike Bayer- The collection proxies produced by associationproxy...
2009-07-24  Lele GaifaxFix small typos in docstring
2009-07-22  Mike Bayerensure "rowswitch" for isdelete is supported
2009-07-21  Mike Bayer- relations() now have greater ability to be "overridden",
2009-07-21  Mike Bayer- Fixed bug whereby inheritance discriminator part...
2009-07-17  Mike Bayer- Fixed a bug in extract() introduced in 0.5.4 whereby
2009-07-16  Jason KirtlandGuard against a gc hitting during the sweep for dirty...
2009-07-13  Mike Bayerbeefed up the description of dialects
2009-07-13  Mike Bayerchanged reference to PostgreSQL in docs. rel_0_5_5
2009-07-12  Mike Bayer- remove docs about partial flush, add docs about disab...
2009-07-12  Mike Bayer- sqlalchemy.orm.join and sqlalchemy.orm.outerjoin...
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
next