summaryrefslogtreecommitdiff
path: root/test/orm/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* Add SQL Server CI coverageMike Bayer2017-08-311-7/+12
* Add clause adaptation for AliasedClass to with_parent()Mike Bayer2017-05-231-1/+53
* Treat collation names as identifiersMike Bayer2017-03-231-2/+2
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-88/+94
* Support python3.6Mike Bayer2017-01-131-3/+3
* Ensure .mapper is set on _ColumnEntityMike Bayer2016-10-211-0/+30
* Clarify order_by(False)Mike Bayer2016-07-291-0/+78
* Allow None to cancel Query.group_by()Iuri Diniz2016-07-291-0/+51
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-0/+19
* Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-191-1/+1
* - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-261-1/+58
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-7/+137
* - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-191-2/+66
* - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-0/+33
* Merge remote-tracking branch 'origin/pr/203'Mike Bayer2015-10-091-2/+6
|\
| * Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-2/+6
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-2/+1
|/
* Add Query.one_or_none()pr/201Eric Siegerman2015-09-241-0/+54
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-221-0/+36
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-7/+48
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-271-1/+16
* - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-141-2/+4
* - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-111-0/+19
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-011-0/+19
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-0/+21
* - altered part of the use contract first set up in #2992; weMike Bayer2015-04-271-18/+117
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-29/+241
* - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-011-33/+0
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-12/+21
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-201-10/+149
* - additional mysql cast-related test fixesMike Bayer2015-02-091-0/+8
* - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-191-4/+37
* - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-191-19/+4
* - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-191-4/+19
* - testsMike Bayer2015-01-191-0/+63
* - rework assertsql system, fixes #3293Mike Bayer2015-01-181-5/+4
* Merge branch 'master' into fdbsql-testsScott Dugas2014-11-031-2/+42
|\
| * fix testMike Bayer2014-09-181-0/+2
| * - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-0/+22
| * - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-081-2/+18
* | Added requirement to test for bind limitScott Dugas2014-10-231-0/+1
|/
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-13/+175
* wip for #3148Mike Bayer2014-09-061-1/+65
* - default dialect, plus test against the default dialect...Mike Bayer2014-09-021-1/+1
* default dialectMike Bayer2014-09-021-0/+2
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-021-1/+39
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-39/+85
* - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-301-6/+62
* - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-291-1/+35
* PEP8 tidy of test/orm/test_query.pyTony Locke2014-07-201-472/+600