summaryrefslogtreecommitdiff
path: root/test/orm/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* pg8000 passing test/orm/test_query.pyTony Locke2014-07-201-3/+3
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-141-0/+1
* - add some order bysMike Bayer2014-07-141-3/+15
* - fix typos in testMike Bayer2014-05-241-2/+2
* - more tests, including backend testsMike Bayer2014-05-161-7/+19
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-0/+13
|\
| * Expand test to also test whether offset accepts a bindparam.Dobes Vandermeer2014-04-241-2/+6
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-0/+9
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
|/
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-011-1/+55