| Commit message (Expand) | Author | Age | Files | Lines |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -1595/+0 |
| * | test multi-level eager load without the limiting subquery | Mike Bayer | 2009-04-08 | 1 | -0/+14 |
| * | - Query.join() can now construct multiple FROM clauses, if | Mike Bayer | 2009-03-15 | 1 | -1/+43 |
| * | some buildbot fixes | Mike Bayer | 2009-03-08 | 1 | -4/+4 |
| * | - Fixed an eager loading bug whereby self-referential eager | Mike Bayer | 2009-01-22 | 1 | -0/+70 |
| * | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -24/+24 |
| * | Some of the ordering fixes messed up MySQL. This should work better. Better t... | Michael Trier | 2009-01-03 | 1 | -5/+5 |
| * | A couple of ordering fixes for the tests. | Michael Trier | 2009-01-03 | 1 | -3/+3 |
| * | - added a full exercising test for all of #946, #947, #948, #949 | Mike Bayer | 2008-12-27 | 1 | -1/+153 |
| * | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -6/+6 |
| * | - reworked the "SQL assertion" code to something more flexible and based off ... | Mike Bayer | 2008-12-10 | 1 | -10/+8 |
| * | - Fixed bug introduced in 0.5rc4 involving eager | Mike Bayer | 2008-12-03 | 1 | -0/+16 |
| * | Global propigate -> propagate change to correct spelling. Additionally found ... | Michael Trier | 2008-11-09 | 1 | -1/+1 |
| * | - The "entity_name" feature of SQLAlchemy mappers | Mike Bayer | 2008-08-02 | 1 | -3/+7 |
| * | added a passing test for [ticket:1105] | Mike Bayer | 2008-07-14 | 1 | -2/+33 |
| * | - removed info about _local_remote_pairs from PropertyLoader.__determine_fks | Mike Bayer | 2008-05-24 | 1 | -1/+1 |
| * | some order by's failing on the buildbot | Mike Bayer | 2008-05-18 | 1 | -1/+1 |
| * | - fixed a fairly critical bug in clause adaption/corresponding column in conj... | Mike Bayer | 2008-05-09 | 1 | -29/+31 |
| * | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 1 | -246/+352 |
| * | more order bys... | Mike Bayer | 2008-05-09 | 1 | -2/+4 |
| * | some tweaks to help MySQL | Mike Bayer | 2008-05-09 | 1 | -2/+6 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -36/+125 |
| * | - _Label adds itself to the proxy collection so that it works in correspoindi... | Mike Bayer | 2008-05-06 | 1 | -8/+10 |
| * | failing case | Mike Bayer | 2008-05-05 | 1 | -2/+10 |
| * | - same as [ticket:1019] but repaired the non-labeled use case | Mike Bayer | 2008-05-05 | 1 | -0/+6 |
| * | - Fix 2.3 regression from 4598 | Jason Kirtland | 2008-04-30 | 1 | -1/+1 |
| * | - added a feature to eager loading whereby subqueries set | Mike Bayer | 2008-04-30 | 1 | -0/+70 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -2/+2 |
| * | - setting the relation()-level order by to a column in the | Mike Bayer | 2008-02-29 | 1 | -1/+54 |
| * | - applying some refined versions of the ideas in the smarter_polymorphic | Mike Bayer | 2008-01-14 | 1 | -0/+4 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -26/+26 |
| * | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -33/+33 |
| * | - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads, | Mike Bayer | 2007-12-16 | 1 | -0/+17 |
| * | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 1 | -15/+35 |
| * | - eagerload(), lazyload(), eagerload_all() take an optional | Mike Bayer | 2007-12-11 | 1 | -3/+70 |
| * | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 1 | -3/+3 |
| * | - adjustment to the previous checkin regarding inheritance to not conflict wi... | Mike Bayer | 2007-11-29 | 1 | -0/+42 |
| * | - fixed bug where Query would not apply a subquery to the SQL when LIMIT | Mike Bayer | 2007-11-29 | 1 | -1/+0 |
| * | - check for NoneType too with unicode.... | Mike Bayer | 2007-11-25 | 1 | -3/+3 |
| * | - session.refresh() and session.expire() now support an additional argument | Mike Bayer | 2007-11-18 | 1 | -2/+3 |
| * | fixed further issues with row translation [ticket:868] | Mike Bayer | 2007-11-15 | 1 | -0/+35 |
| * | modified last commit; the eager loader only undefers columns from the primary... | Mike Bayer | 2007-11-14 | 1 | -2/+26 |
| * | - DeferredColumnLoader checks row for column, if present sends it to | Mike Bayer | 2007-11-14 | 1 | -0/+33 |
| * | fixed/added coverage for list extension; [ticket:855] | Mike Bayer | 2007-11-06 | 1 | -0/+20 |
| * | Migrated maxdb behavioral assumptions from unsupported to fails_on | Jason Kirtland | 2007-11-05 | 1 | -62/+68 |
| * | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -1/+1 |
| * | - fix to "row switch" behavior, i.e. when an INSERT/DELETE is combined into a | Mike Bayer | 2007-10-30 | 1 | -3/+5 |
| * | - merged path_based_options branch | Mike Bayer | 2007-10-28 | 1 | -0/+46 |
| * | - fixed eager calc endless loop, introduced by r3646? this issue should have... | Mike Bayer | 2007-10-27 | 1 | -0/+39 |
| * | - Added initial version of MaxDB dialect. | Jason Kirtland | 2007-10-23 | 1 | -3/+3 |