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