| Commit message (Expand) | Author | Age | Files | Lines |
| * | additoinal | Mike Bayer | 2013-08-18 | 1 | -2/+19 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| * | merge error here, though also hedge between explaining about the expressions ... | Mike Bayer | 2013-08-16 | 1 | -7/+0 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 7 | -44/+80 |
| * | fix missing savepoint structures | Mike Bayer | 2013-08-12 | 1 | -0/+3 |
| * | - header comments | Mike Bayer | 2013-08-12 | 6 | -5/+17 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 15 | -7021/+13559 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -1/+4 |
| * | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 2 | -12/+18 |
| * | - fix issue in join rewriting whereby we need to ensure the .key and .name | Mike Bayer | 2013-07-27 | 1 | -1/+3 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -1/+3 |
| * | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 1 | -0/+11 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 3 | -5/+23 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 2 | -3/+52 |
| * | Fixed bug when using multi-table UPDATE where a supplemental | Mike Bayer | 2013-07-02 | 1 | -2/+2 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 2 | -60/+184 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 1 | -1/+3 |
| * | Provided a new attribute for :class:`.TypeDecorator` | Mike Bayer | 2013-06-22 | 1 | -2/+5 |
| * | cleanup | Mike Bayer | 2013-06-08 | 2 | -15/+6 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -11/+90 |
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -0/+2 |
| * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -6/+5 |
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 4 | -31/+170 |
| |\ |
|
| | * | - add coverage for result map rewriting | Mike Bayer | 2013-06-04 | 1 | -1/+6 |
| | * | - if the select() does not have use_labels on, then we just render | Mike Bayer | 2013-06-04 | 1 | -0/+1 |
| | * | - support for a__b_dc, i.e. two levels of nesting | Mike Bayer | 2013-06-04 | 1 | -4/+19 |
| | * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 2 | -6/+20 |
| | * | here's the flat join thing. it just works. Changing the existing compiled ... | Mike Bayer | 2013-06-04 | 1 | -5/+14 |
| | * | and this comment | Mike Bayer | 2013-06-04 | 1 | -0/+4 |
| | * | rewriting scheme now works. | Mike Bayer | 2013-06-04 | 1 | -71/+43 |
| | * | capture the really hard one in a test (hooray) | Mike Bayer | 2013-06-04 | 1 | -1/+1 |
| | * | OK this is the broken version, need to think a lot more about this | Mike Bayer | 2013-06-03 | 2 | -2/+46 |
| | * | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -1/+13 |
| | * | - figured out what the from_self() thing was about, part of query.statement, ... | Mike Bayer | 2013-06-02 | 3 | -9/+4 |
| | * | getting things to join without subqueries, but some glitches in the compiler ... | Mike Bayer | 2013-06-02 | 3 | -7/+13 |
| | * | implement join rewriting inside of visit_select(). Currently this is global ... | Mike Bayer | 2013-06-02 | 3 | -13/+75 |
| * | | - remove the ``__iter__()`` with notimplemented since it interferes | Mike Bayer | 2013-06-03 | 1 | -5/+0 |
| * | | - add changelog/migration note | Mike Bayer | 2013-06-03 | 1 | -9/+9 |
| * | | Merge branch 'master' into ticket_1068 | Mike Bayer | 2013-06-03 | 7 | -109/+82 |
| |\ \
| |/ |
|
| | * | - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase. | Mike Bayer | 2013-05-30 | 2 | -9/+8 |
| | * | - the distinct hash code logic here is entirely obsolete as you can | Mike Bayer | 2013-05-30 | 1 | -11/+0 |
| | * | fix an errant str check | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| | * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -2/+2 |
| | * | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| | |\ |
|
| | * \ | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -2/+2 |
| | |\ \ |
|
| | * | | | sqlite tests | Mike Bayer | 2013-05-26 | 1 | -2/+2 |
| | * | | | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -0/+1 |
| | * | | | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 1 | -3/+3 |
| | * | | | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 1 | -2/+1 |
| | * | | | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 3 | -71/+65 |