| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix test | Mike Bayer | 2014-09-18 | 1 | -0/+2 |
| * | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -0/+22 |
| * | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -2/+18 |
| * | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 1 | -13/+175 |
| * | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+65 |
| * | - default dialect, plus test against the default dialect... | Mike Bayer | 2014-09-02 | 1 | -1/+1 |
| * | default dialect | Mike Bayer | 2014-09-02 | 1 | -0/+2 |
| * | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 1 | -1/+39 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -39/+85 |
| * | - alter the yield_per eager restriction such that joined many-to-one loads | Mike Bayer | 2014-08-30 | 1 | -6/+62 |
| * | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` | Mike Bayer | 2014-08-29 | 1 | -1/+35 |
| * | PEP8 tidy of test/orm/test_query.py | Tony Locke | 2014-07-20 | 1 | -472/+600 |
| * | pg8000 passing test/orm/test_query.py | Tony Locke | 2014-07-20 | 1 | -3/+3 |
| * | - Fixed a regression from 0.9.0 due to :ticket:`2736` where the | Mike Bayer | 2014-07-14 | 1 | -0/+1 |
| * | - add some order bys | Mike Bayer | 2014-07-14 | 1 | -3/+15 |
| * | - fix typos in test | Mike Bayer | 2014-05-24 | 1 | -2/+2 |
| * | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -7/+19 |
| * | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -0/+13 |
| |\ |
|
| | * | Expand test to also test whether offset accepts a bindparam. | Dobes Vandermeer | 2014-04-24 | 1 | -2/+6 |
| | * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -0/+9 |
| * | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
| |/ |
|
| * | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 1 | -1/+55 |
| * | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 1 | -0/+11 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -13/+11 |
| * | - dont need these extra conditions from the previous test | Mike Bayer | 2014-02-10 | 1 | -5/+0 |
| * | - Fixed bug where :meth:`.Query.get` would fail to consistently | Mike Bayer | 2014-02-10 | 1 | -0/+18 |
| * | - use from_statement() for the ORM column test | Mike Bayer | 2014-02-02 | 1 | -8/+7 |
| * | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 1 | -1/+38 |
| * | - Fixed regression whereby the "annotation" system used by the ORM was leaking | Mike Bayer | 2014-01-29 | 1 | -0/+14 |
| * | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -0/+1 |
| * | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 1 | -3/+6 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -1/+0 |
| * | Fixed bug where usage of new :class:`.Bundle` object would cause | Mike Bayer | 2013-11-13 | 1 | -1/+12 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -4/+16 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -581/+0 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+10 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -1/+70 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -26/+68 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -20/+12 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -41/+42 |
| * | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 1 | -0/+15 |
| * | - clean up entity correlation tests in test_query | Mike Bayer | 2013-03-09 | 1 | -12/+17 |
| * | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 1 | -9/+15 |
| * | Fixed bug whereby :meth:`.Query.yield_per` would set the execution | Mike Bayer | 2013-02-08 | 1 | -0/+11 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -8/+15 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -17/+28 |
| * | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -2/+3 |
| * | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 1 | -3/+25 |
| * | - allow a __clause_element__() to be passed to query.filter() also | Mike Bayer | 2012-10-15 | 1 | -0/+9 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -0/+20 |