]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-12-06  Mike Bayersome doc reference fixes per [ticket:1597]
2009-12-06  Mike Bayer- FBDate now extends Date instead of DateTime. [ticket...
2009-12-03  Mike Bayermerge r6521 from trunk, [ticket:1632]
2009-11-15  Mike Bayermerge trunk fix r6506 for [ticket:1616]
2009-11-15  Mike Bayer- Fixed the behavior of extract() to apply operator
2009-11-15  Mike Bayer- Removed unused `load()` method from ShardedQuery.
2009-11-11  Mike Bayerdocument NOT IN, IN with query as subq
2009-11-04  Mike Bayer- Fixed bug in two-phase transaction whereby commit...
2009-11-04  Mike Bayer- Fixed bug where Query would crash if a join() with...
2009-11-03  Mike Bayer- Fixed the call to get_committed_value() on CompositeP...
2009-11-01  Mike Bayer- Added support for reflecting the INTERVAL YEAR TO...
2009-10-25  Mike Bayer- Fixed a slight inaccuracy in the sharding example.
2009-10-23  Mike Bayer- Mutable collection passed to the "extension" attribute
2009-10-21  Mike Bayer- Corrected the "has_sequence" query to take current...
2009-10-20  Mike BayerGaetan's "scopefunc" clarification patch
2009-10-20  Mike Bayer- Repeat expressions in the columns clause of a select
2009-10-20  Mike Bayer- Fixed the "numeric" paramstyle, which apparently...
2009-10-15  Mike Bayer- A column can be added to a joined-table declarative
2009-10-05  Mike Bayer- Changed the name of TrustedConnection to
2009-10-02  Mike Bayermerged r6383 of trunk for [ticket:1553]
2009-09-30  Mike Bayer- Added support for reflecting the DOUBLE PRECISION...
2009-09-16  Mike Bayer- move the tests to test_query
2009-09-16  Mike Bayermerged r6355 from trunk for #1543
2009-09-16  Mike Bayerfix the toolbar
2009-09-12  Mike Bayer- some ordering fixes on DISTINCT for PG 8.4, mysql rel_0_5_6
2009-09-12  Mike Bayer0.5.6
2009-09-12  Mike Bayerfixes for MySQL (these were not merged from trunk)
2009-09-12  Mike Bayermerged r6342 from trunk for [ticket:1527]
2009-09-12  Mike Bayermerged r6340 of trunk, for [ticket:1526]
2009-09-09  Mike Bayerfix update examples for [ticket:1533]
2009-09-01  Mike Bayer- merged r6316 from trunk for [ticket:1519]
2009-09-01  Mike Bayermerged r6314 of trunk for [ticket:1507]
2009-09-01  Mike Bayer- merged r6312 of trunk for [ticket:1523]
2009-09-01  Mike Bayermerged r6310 of trunk [ticket:1522]
2009-08-31  Mike Bayermerge -r6305:6308 of trunk
2009-08-28  Mike Bayer- Fixed an obscure issue whereby a joined-table subclass
2009-08-28  Mike Bayerthis does not belong !
2009-08-28  Mike Bayer- Fixed column.copy() to copy defaults and onupdates.
2009-08-06  Mike Bayer0.5 goes to a maint branch
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
next