summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-301-2/+2
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-4/+16
* use sets here to eliminate ordering as a factorMike Bayer2013-10-181-4/+4
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+200
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+10
* apply test skips for pypy issue #1573 in 0.8 [ticket:2805]Mike Bayer2013-08-201-1/+8
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-3/+8
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-16/+58
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-7/+16
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-1/+70
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-43/+128
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-2/+33
* add better tests for [ticket:2750]Mike Bayer2013-06-301-3/+45
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-301-3/+23
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-26/+68
* fix tests here for 0.8Mike Bayer2013-06-151-16/+10
* Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-1/+91
* 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 a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+17
* Added a new method :meth:`.Query.select_entity_from` whichMike Bayer2013-05-301-0/+26
* 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
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+31
* - clean up entity correlation tests in test_queryMike Bayer2013-03-092-16/+19
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-071-9/+15
* - add some more transaction states so that we deliver a more accurateMike Bayer2013-03-041-4/+66