| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -4/+4 |
| * | Improve rendering of core statements w/ ORM elements | Mike Bayer | 2020-05-31 | 1 | -273/+4 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -66/+215 |
| * | Pass connection to TablesTest.insert_data() | Mike Bayer | 2020-04-15 | 1 | -4/+4 |
| * | Reword implicit left join error; ensure deterministic FROM for columns | Mike Bayer | 2020-03-10 | 1 | -14/+21 |
| * | Fix regression for self-ref join to self error message | Mike Bayer | 2019-07-18 | 1 | -2/+19 |
| * | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -5/+6 |
| * | Test for _ORMJoin and fix issue | Denis Kataev | 2019-06-28 | 1 | -0/+53 |
| * | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -82/+26 |
| * | Apply adaptation for most recent aliased=True first | Mike Bayer | 2019-05-31 | 1 | -17/+114 |
| * | Fold entities into existing joins when resolving FROM ambiguity | Mike Bayer | 2019-04-02 | 1 | -0/+75 |
| * | Implement relationship to AliasedClass; deprecate non primary mappers | Mike Bayer | 2019-01-25 | 1 | -1/+1 |
| * | Cleanup with query aliasing | Mike Bayer | 2019-01-18 | 1 | -0/+21 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -30/+67 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -1024/+1759 |
| * | Allow join() to pick the best candidate from multiple froms/entities | Mike Bayer | 2018-11-14 | 1 | -16/+281 |
| * | Adapt right side in join if lateral detected | Mike Bayer | 2018-09-18 | 1 | -0/+226 |
| * | Look up adapter info for previous left side in chained query.join() | Mike Bayer | 2018-06-25 | 1 | -0/+105 |
| * | 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 |