| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed a regression from 0.7 caused by this ticket, which | Mike Bayer | 2013-05-13 | 1 | -0/+54 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -125/+2 |
| * | Added a new exception to detect the case where two | Mike Bayer | 2012-11-24 | 1 | -1/+128 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -6/+6 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+6 |
| * | fixes for pg9 | Mike Bayer | 2012-08-22 | 1 | -3/+4 |
| * | - more fixes to py 3.3 tests, [ticket:2542] | Mike Bayer | 2012-08-11 | 1 | -4/+4 |
| * | mo tests mo problems | Mike Bayer | 2012-08-06 | 1 | -3/+4 |
| * | - [bug] Improvements to joined/subquery eager | Mike Bayer | 2012-08-06 | 1 | -40/+100 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -67/+67 |
| * | fix tests here, mssql/mysql are mutually exclusive about x IN/= <subquery> at... | Mike Bayer | 2011-09-24 | 1 | -1/+6 |
| * | - The behavior of =/!= when comparing a scalar select | Mike Bayer | 2011-09-23 | 1 | -2/+5 |
| * | fix a test | Mike Bayer | 2011-08-06 | 1 | -2/+3 |
| * | - Feature enhancement: joined and subquery | Mike Bayer | 2011-07-17 | 1 | -1/+104 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -1/+178 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -33/+50 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -20/+21 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -57/+319 |
| * | - Fixed bug in query.options() whereby a path | Mike Bayer | 2011-03-17 | 1 | -4/+4 |
| * | - Improvements to the error messages emitted when | Mike Bayer | 2011-03-16 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -53/+53 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -1/+2 |
| |\ |
|
| | * | - ordering for tests, [ticket:1888] | Mike Bayer | 2010-12-04 | 1 | -1/+2 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -5/+5 |
| |\ \ |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
| | |/ |
|
| * | | - merge 2-arg form of query.join(), [ticket:1923] | Mike Bayer | 2010-11-26 | 1 | -11/+17 |
| * | | merge tip | Mike Bayer | 2010-11-14 | 1 | -1/+112 |
| |\ \
| |/ |
|
| | * | - "innerjoin" flag doesn't take effect along the chain | Mike Bayer | 2010-11-05 | 1 | -1/+111 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -13/+18 |
| |/ |
|
| * | - Dynamic attributes don't support collection | Mike Bayer | 2010-08-05 | 1 | -6/+23 |
| * | - add typing/operator converts to Float/Numeric to get Oracle tests going again, | Mike Bayer | 2010-07-02 | 1 | -2/+5 |
| * | - A collection lazy load will switch off default | Mike Bayer | 2010-03-28 | 1 | -2/+28 |
| * | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 1 | -56/+56 |
| * | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -42/+42 |
| * | - order by secondary works | Mike Bayer | 2010-03-23 | 1 | -17/+32 |
| * | adding tests, all the features present in joined eager loading | Mike Bayer | 2010-03-23 | 1 | -15/+31 |
| * | - Fixed bug which affected all eagerload() and similar options | Mike Bayer | 2010-03-22 | 1 | -0/+44 |
| * | and here's where it gets *fun* ! so much for being easy | Mike Bayer | 2010-03-22 | 1 | -4/+0 |
| * | - ordering tests | Mike Bayer | 2010-03-22 | 1 | -31/+13 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -80/+80 |
| * | - relation() with uselist=False will emit a warning when | Mike Bayer | 2009-12-18 | 1 | -1/+12 |
| * | oracle test fixes | Mike Bayer | 2009-10-26 | 1 | -5/+6 |
| * | attempt to fix some jython ordering annoyingness | Mike Bayer | 2009-10-18 | 1 | -7/+8 |
| * | - the behavior of eagerloading such that the main query is | Mike Bayer | 2009-10-18 | 1 | -0/+96 |
| * | - added a flag to relation(), eagerload(), and eagerload_all() | Mike Bayer | 2009-10-18 | 1 | -2/+80 |
| * | assert -> eq_ | Philip Jenvey | 2009-08-29 | 1 | -57/+70 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -34/+35 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+1608 |