| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Eep. | Jason Kirtland | 2008-05-14 | 1 | -1/+0 |
| * | 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 | 1 | -2/+6 |
| * | - renamed query.slice_() to query.slice() | Mike Bayer | 2008-05-13 | 1 | -3/+3 |
| * | - LIMIT/OFFSET of zero is detected within compiler and is counted | Mike Bayer | 2008-05-13 | 1 | -25/+38 |
| * | - fixed propagation of operate() for aliased relation descriptors | Mike Bayer | 2008-05-13 | 2 | -0/+7 |
| * | 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 | 1 | -10/+2 |
| * | 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 | 4 | -30/+20 |
| * | - more portable tests for eager/inheritance joins | Mike Bayer | 2008-05-09 | 1 | -1/+3 |
| * | 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 | 19 | -4026/+4840 |
| * | 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 "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 | 1 | -5/+25 |
| * | Fixed duplicate append event emission on repeated instrumented set.add() oper... | Jason Kirtland | 2008-05-05 | 1 | -5/+4 |
| * | - fixes to the "exists" function involving inheritance (any(), has(), | Mike Bayer | 2008-05-02 | 1 | -3/+3 |
| * | - The collection instrumentation sweep now skips over descriptors that raise ... | Jason Kirtland | 2008-05-02 | 1 | -1/+1 |
| * | - fixed reentrant mapper compile hang when | Mike Bayer | 2008-05-02 | 1 | -8/+16 |
| * | - Backported attribute sweep removal (instrumentation) and r4493 from 0.5 | Jason Kirtland | 2008-05-02 | 1 | -6/+0 |
| * | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 1 | -1/+1 |
| * | - added a feature to eager loading whereby subqueries set | Mike Bayer | 2008-04-30 | 1 | -0/+4 |
| * | - refined mapper._save_obj() which was unnecessarily calling | Mike Bayer | 2008-04-26 | 1 | -12/+18 |
| * | Expanded --noncomparable to cover all comparision ops | Jason Kirtland | 2008-04-25 | 1 | -0/+1 |
| * | Update docstring [ticket:873] | Jason Kirtland | 2008-04-22 | 1 | -1/+1 |
| * | flush(objects=[]) is a no-op [ticket:928] | Jason Kirtland | 2008-04-22 | 1 | -2/+10 |
| * | - fixed Class.collection==None for m2m relationships | Mike Bayer | 2008-04-22 | 1 | -1/+1 |
| * | - restored usage of append_result() extension method for primary | Mike Bayer | 2008-04-18 | 2 | -12/+25 |
| * | - simplified __create_lazy_clause to make better usage of the new local/remot... | Mike Bayer | 2008-04-14 | 2 | -33/+35 |
| * | added info about _local_remote_pairs to error message | Mike Bayer | 2008-04-14 | 1 | -2/+6 |
| * | - added experimental relation() flag to help with primaryjoins | Mike Bayer | 2008-04-14 | 2 | -20/+41 |
| * | - re-established viewonly relation() configurations that | Mike Bayer | 2008-04-11 | 1 | -6/+15 |
| * | - removed ancient assertion that mapped selectables require | Mike Bayer | 2008-04-07 | 1 | -10/+10 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 5 | -239/+377 |
| * | refined "local_remote_pairs" a bit to account for the same columns repeated m... | Mike Bayer | 2008-04-04 | 2 | -15/+14 |
| * | - ReST fixes | Mike Bayer | 2008-04-04 | 2 | -2/+3 |
| * | - changed the name to "local/remote pairs" | Mike Bayer | 2008-04-04 | 2 | -8/+9 |
| * | - merged sync_simplify branch | Mike Bayer | 2008-04-04 | 6 | -338/+240 |
| * | some cleanup, some method privating, some pep8, fixed up _col_aggregate and m... | Mike Bayer | 2008-04-03 | 2 | -105/+110 |