summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-101-1/+27
* Fixed the interaction between composite attributes andMike Bayer2013-06-101-4/+35
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-074-95/+353
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-073-71/+56
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-063-28/+154
* a test for what's breaking, plus a non-working fix for it...Mike Bayer2013-06-051-1/+47
* Merge branch 'ticket_2587'Mike Bayer2013-06-047-207/+175
|\
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-044-111/+81
| * - eager loadsMike Bayer2013-06-042-78/+52
| * working through tests....Mike Bayer2013-06-021-12/+11
| * getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-022-6/+31
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-0336-651/+685
|\ \ | |/
| * - blow away context._attributesMike Bayer2013-06-021-11/+4
| * Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+17
| * add a test for the exception we want to raise hereMike Bayer2013-05-301-0/+12
| * The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-302-45/+65
| * - add a test specific to sqlite testing cursor.description encoding (shouldMike Bayer2013-05-261-16/+10
| * merge defaultMike Bayer2013-05-131-0/+54
| |\
| * | py3k specific syntax moved into an execMike Bayer2013-05-041-25/+30
| * | cleanupMike Bayer2013-05-041-34/+62
| * | most of ORM passing...Mike Bayer2013-05-045-28/+12
| * | merge defaultMike Bayer2013-05-011-2/+3
| |\ \
| * \ \ merge defaultMike Bayer2013-04-301-1/+63
| |\ \ \
| * | | | - the raw 2to3 runMike Bayer2013-04-2735-586/+595
* | | | | still not locating more nested expressions, may need to match on nameMike Bayer2013-05-271-8/+4
| |_|_|/ |/| | |
* | | | Fixed a regression from 0.7 caused by this ticket, whichMike Bayer2013-05-131-0/+54
* | | | cleanupMike Bayer2013-05-041-32/+60
| |_|/ |/| |
* | | - disable tests failing with pypy2, [ticket:2719]Mike Bayer2013-05-011-2/+3
| |/ |/|
* | - Fixed a regression from 0.7 where the contextmanager featureMike Bayer2013-04-301-1/+63
|/
* and a lot of tests. five fail without the changeMike Bayer2013-04-261-0/+264
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-251-20/+83
* - attempt to replace the whole idea of "join_to_left" with a moreMike Bayer2013-04-241-2/+2
* break into multiple testsMike Bayer2013-04-241-7/+98
* - merge exists() patch + changelogMike Bayer2013-04-231-0/+15
|\
| * adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+15
* | Fixed bug where many-to-many relationship with uselist=FalseMike Bayer2013-04-211-2/+37
* | - remove lots of old tests here that are coveredMike Bayer2013-04-211-278/+116
* | order the properties here to get the SQL to be deterministicMike Bayer2013-04-201-7/+7
* | - these pickle the assoc proxy by itself tests can't really passMike Bayer2013-04-201-1/+1
* | Improved the behavior of instance management regardingMike Bayer2013-04-202-0/+158
* | - additional test + correction for [ticket:2699]Mike Bayer2013-04-181-1/+52
* | Fixed bug whereby ORM would run the wrong kind ofMike Bayer2013-04-111-2/+49
* | - unit test failing on python3.3 + psycopg2, add an order byMike Bayer2013-04-111-1/+1
* | A major fix to the way in which a select() object producesMike Bayer2013-04-111-0/+61
* | order by...Mike Bayer2013-04-091-2/+2
* | Fixed bug when a query of the form:Mike Bayer2013-04-092-0/+110
* | - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-0/+67
|/
* lintingMike Bayer2013-03-091-39/+48
* some tests that were never turned on...Mike Bayer2013-03-091-7/+10
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+0