| Commit message (Expand) | Author | Age | Files | Lines |
| * | -removed useless log statement (merge garbage?) | Mike Bayer | 2008-05-18 | 1 | -2/+0 |
| * | put a cleanup handler on the "echo" property to try preventing log garbage in... | Mike Bayer | 2008-05-18 | 1 | -4/+12 |
| * | - added test for threadlocal not supporting begin_nested() | Mike Bayer | 2008-05-18 | 1 | -10/+5 |
| * | begin() pre-issues a flush() in all cases, better fix for [ticket:1046] and a... | Mike Bayer | 2008-05-16 | 1 | -9/+1 |
| * | dont raise assertions when in autocommit mode [ticket:1046] | Mike Bayer | 2008-05-16 | 1 | -1/+1 |
| * | - added some help for a heavily flush-order-dependent test | Mike Bayer | 2008-05-16 | 1 | -1/+3 |
| * | added an assertion to prevent against the use in [ticket:1048] | Mike Bayer | 2008-05-16 | 2 | -1/+4 |
| * | auto exists remembers to alias in the case of explicit selectable with of_typ... | Mike Bayer | 2008-05-16 | 1 | -2/+4 |
| * | Don't blat Table.quote= when resolving foreign keys. | Jason Kirtland | 2008-05-15 | 1 | -6/+12 |
| * | Followup to [4760]: forward **kwargs on TableClause.delete() | Lele Gaifax | 2008-05-15 | 1 | -2/+2 |
| * | Fix typo | Lele Gaifax | 2008-05-15 | 1 | -1/+1 |
| * | Augment expression.Delete() with a kwargs, like Insert() and Update() | Lele Gaifax | 2008-05-15 | 1 | -2/+4 |
| * | Eep. | Jason Kirtland | 2008-05-14 | 1 | -1/+0 |
| * | raise NotImplemented for begin_nested() | Mike Bayer | 2008-05-14 | 1 | -1/+7 |
| * | Query.one() raises either NoResultFound or MultipleResultsFound, [ticket:1034] | Jason Kirtland | 2008-05-14 | 2 | -5/+17 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 15 | -82/+157 |
| * | Support Firebird 2.0+ RETURNING | Lele Gaifax | 2008-05-14 | 1 | -2/+85 |
| * | - renamed query.slice_() to query.slice() | Mike Bayer | 2008-05-13 | 2 | -72/+86 |
| * | - LIMIT/OFFSET of zero is detected within compiler and is counted | Mike Bayer | 2008-05-13 | 3 | -27/+58 |
| * | - fixed propagation of operate() for aliased relation descriptors | Mike Bayer | 2008-05-13 | 3 | -2/+9 |
| * | Removed declared_synonym(), pep-8 clean ups. | Jason Kirtland | 2008-05-13 | 1 | -78/+82 |
| * | scaled back the equivalents determined in _equivalent_columns to just current... | Mike Bayer | 2008-05-12 | 1 | -26/+5 |
| * | - clause adaption hits _raw_columns of a select() (though no ORM tests need t... | Mike Bayer | 2008-05-12 | 2 | -11/+3 |
| * | Check for the presence of the Firebird generator, when creating/dropping a se... | Lele Gaifax | 2008-05-12 | 1 | -4/+6 |
| * | Add another exception case to Firebird' is_disconnect() | Lele Gaifax | 2008-05-12 | 1 | -1/+3 |
| * | Typo | Lele Gaifax | 2008-05-12 | 1 | -1/+1 |
| * | Use a BLOB when asked for a [VAR]CHAR without a length under Firebird | Lele Gaifax | 2008-05-12 | 1 | -2/+8 |
| * | merged r4720 from 04 branch for [ticket:1036] | Mike Bayer | 2008-05-10 | 1 | -2/+3 |
| * | backref() function uses primaryjoin/secondaryjoin of the parent relation() if... | Mike Bayer | 2008-05-10 | 2 | -29/+15 |
| * | - fixed a fairly critical bug in clause adaption/corresponding column in conj... | Mike Bayer | 2008-05-09 | 5 | -31/+26 |
| * | add target_fullname as a public property for _get_colspec | Gaƫtan de Menten | 2008-05-09 | 1 | -0/+2 |
| * | - more portable tests for eager/inheritance joins | Mike Bayer | 2008-05-09 | 1 | -1/+3 |
| * | MSText no longer implicitly creates TEXT for string with no length | Mike Bayer | 2008-05-09 | 1 | -1/+1 |
| * | added query.subquery() as shorthand for query.statement.alias() | Mike Bayer | 2008-05-09 | 1 | -0/+5 |
| * | identified case where pending upon commit() is needed; since attribute rollba... | Mike Bayer | 2008-05-09 | 1 | -0/+1 |
| * | move the definition of sessions public methods closer to the source | Ants Aasma | 2008-05-09 | 2 | -1/+3 |
| * | added "add", "add_all", "expire_all" to SS | Mike Bayer | 2008-05-09 | 1 | -1/+1 |
| * | - warnings about Query invalid operations become InvalidRequestErrors | Mike Bayer | 2008-05-09 | 1 | -8/+5 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 61 | -5548/+6335 |
| * | doc update on quote | Mike Bayer | 2008-05-08 | 1 | -10/+9 |
| * | remove **kwargs from execute(), scalar(), connection(), and get_bind(). docu... | Mike Bayer | 2008-05-08 | 1 | -24/+35 |
| * | - backported 0.5's contains_eager() behavior such that rendering of eager cla... | Mike Bayer | 2008-05-08 | 1 | -2/+23 |
| * | - Fixed "concatenate tuple" bug which could occur with | Mike Bayer | 2008-05-07 | 1 | -2/+3 |
| * | Query.select() wont call filter() if arg is None | Mike Bayer | 2008-05-06 | 1 | -1/+3 |
| * | Added missing argument check on CheckConstraint | Jason Kirtland | 2008-05-06 | 1 | -1/+4 |
| * | - _Label adds itself to the proxy collection so that it works in correspoindi... | Mike Bayer | 2008-05-06 | 1 | -3/+8 |
| * | - added "after_begin()" hook to Session | Mike Bayer | 2008-05-06 | 1 | -1/+11 |
| * | Adjusted inplace-binops on set-based collections and association proxies to | Jason Kirtland | 2008-05-05 | 2 | -13/+35 |
| * | Fixed duplicate append event emission on repeated instrumented set.add() oper... | Jason Kirtland | 2008-05-05 | 1 | -5/+4 |
| * | Renamed rollback_returned to reset_on_return. Future, dialect-aware pools ca... | Jason Kirtland | 2008-05-05 | 1 | -8/+13 |