summaryrefslogtreecommitdiff
path: root/test/orm/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-4/+16
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-581/+0
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+10
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-1/+70
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-26/+68
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-20/+12
* - the raw 2to3 runMike Bayer2013-04-271-41/+42
* adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+15
* - clean up entity correlation tests in test_queryMike Bayer2013-03-091-12/+17
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-071-9/+15
* Fixed bug whereby :meth:`.Query.yield_per` would set the executionMike Bayer2013-02-081-0/+11
* - adding in requirementsMike Bayer2013-02-061-8/+15
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-17/+28
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-2/+3
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-3/+25
* - allow a __clause_element__() to be passed to query.filter() alsoMike Bayer2012-10-151-0/+9
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-0/+20