| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -740/+923 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -4/+4 |
* | Provide more informative error when joining with no entitiespr/304 | Michael Williamson | 2016-08-28 | 1 | -0/+13 |
* | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 1 | -1/+2 |
* | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -0/+9 |
* | - Identified an inconsistency when handling :meth:`.Query.join` to the | Mike Bayer | 2015-04-15 | 1 | -0/+11 |
* | - test + changelog | Mike Bayer | 2015-02-08 | 1 | -0/+14 |
* | - set default dialect here | Mike Bayer | 2014-11-26 | 1 | -0/+2 |
* | - changelog, improve docstring/test for #3217. fixes #3217 | Mike Bayer | 2014-11-26 | 1 | -7/+10 |
* | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt... | Mike Bayer | 2014-11-26 | 1 | -2/+49 |
|\ |
|
| * | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org... | jonathan vanasco | 2014-10-03 | 1 | -2/+49 |
* | | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 1 | -18/+21 |
|/ |
|
* | fix assertion | Mike Bayer | 2014-03-19 | 1 | -1/+1 |
* | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 1 | -0/+13 |
* | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -0/+2 |
* | - Fixed regression where we apparently still create an implicit | Mike Bayer | 2014-01-02 | 1 | -4/+31 |
* | - fix a regression caused by #2587, where query.join() would apply an | Mike Bayer | 2013-06-27 | 1 | -0/+87 |
* | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 1 | -67/+44 |
* | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -17/+17 |
* | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -20/+83 |
* | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 1 | -2/+2 |
* | break into multiple tests | Mike Bayer | 2013-04-24 | 1 | -7/+98 |
* | - unit test failing on python3.3 + psycopg2, add an order by | Mike Bayer | 2013-04-11 | 1 | -1/+1 |
* | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -1/+29 |
* | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -1/+2 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -35/+35 |
* | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -2/+10 |
* | - Improved query.join() such that the "left" side | Mike Bayer | 2011-10-12 | 1 | -3/+158 |
* | - Fixed a variety of synonym()-related regressions | Mike Bayer | 2011-09-15 | 1 | -1/+2 |
* | - Another previously unknown feature from 0.6, synonyms | Mike Bayer | 2011-09-15 | 1 | -0/+18 |
* | - Fixed bug in query.join() which would occur | Mike Bayer | 2011-08-06 | 1 | -22/+22 |
* | default dialect, oopsie | Mike Bayer | 2011-07-24 | 1 | -1/+2 |
* | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 1 | -0/+42 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -16/+25 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+6 |
* | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -8/+8 |
* | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -14/+115 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -27/+74 |
* | blow away some globals in the search for what makes resolve_artifact_names fa... | Mike Bayer | 2011-03-16 | 1 | -19/+30 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | Corrected order by in test joins. | Denise Govindarajan | 2011-03-14 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -139/+139 |
* | break up test_query into three modules | Mike Bayer | 2010-12-11 | 1 | -0/+1711 |