summaryrefslogtreecommitdiff
path: root/test/orm/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-0/+11
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-13/+11
* - dont need these extra conditions from the previous testMike Bayer2014-02-101-5/+0
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-0/+18
* - use from_statement() for the ORM column testMike Bayer2014-02-021-8/+7
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-1/+38
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-0/+14
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-0/+1
* - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-3/+6
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+0
* Fixed bug where usage of new :class:`.Bundle` object would causeMike Bayer2013-11-131-1/+12