| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed a regression introduced by the join rewriting feature of | Mike Bayer | 2013-11-01 | 1 | -0/+33 |
| * | - add migration notes for [ticket:2838] | Mike Bayer | 2013-10-24 | 1 | -0/+16 |
| * | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 3 | -22/+265 |
| * | - A :func:`.bindparam` construct with a "null" type (e.g. no type | Mike Bayer | 2013-10-21 | 1 | -1/+25 |
| * | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -0/+11 |
| * | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -0/+14 |
| * | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 1 | -2/+68 |
| * | - The :meth:`.Table.tometadata` method now produces copies of | Mike Bayer | 2013-10-18 | 1 | -1/+41 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -0/+22 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+21 |
| * | The ``default`` argument of :class:`.Column` now accepts a class | Mike Bayer | 2013-10-11 | 1 | -10/+20 |
| * | The "name" attribute is set on :class:`.Index` before the "attach" | Mike Bayer | 2013-10-11 | 1 | -4/+9 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+12 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 1 | -0/+13 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 2 | -5/+0 |
| * | repair missing oracle skip | Mike Bayer | 2013-08-28 | 1 | -1/+1 |
| * | - these tests now fail on a normalize name DB, as they should! because we're ... | Mike Bayer | 2013-08-28 | 1 | -0/+6 |
| * | callcounts | Mike Bayer | 2013-08-27 | 1 | -1/+1 |
| * | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 1 | -12/+14 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 2 | -16/+165 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -1/+1 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -0/+122 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+7 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+9 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -0/+16 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+176 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -0/+11 |
| * | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 1 | -0/+29 |
| * | - fix issue in join rewriting whereby we need to ensure the .key and .name | Mike Bayer | 2013-07-27 | 1 | -4/+83 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -0/+23 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 2 | -0/+53 |
| * | - we dont actually need this unicode cast, on py3k + linux it seems the | Mike Bayer | 2013-07-09 | 1 | -0/+2 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -1/+64 |
| * | Fixed bug when using multi-table UPDATE where a supplemental | Mike Bayer | 2013-07-02 | 1 | -0/+39 |
| * | add an ORDER BY here | Mike Bayer | 2013-06-26 | 1 | -2/+2 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 2 | -12/+142 |
| * | tweak this for now, would need a test | Mike Bayer | 2013-06-23 | 1 | -11/+0 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 2 | -35/+321 |
| * | Provided a new attribute for :class:`.TypeDecorator` | Mike Bayer | 2013-06-22 | 1 | -1/+33 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -1/+74 |
| * | fix test | Mike Bayer | 2013-06-06 | 1 | -0/+1 |
| * | genericize tests here | Mike Bayer | 2013-06-04 | 1 | -5/+10 |
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 2 | -15/+311 |
| |\ |
|
| | * | - add coverage for result map rewriting | Mike Bayer | 2013-06-04 | 1 | -0/+6 |
| | * | - if the select() does not have use_labels on, then we just render | Mike Bayer | 2013-06-04 | 1 | -0/+51 |
| | * | - support for a__b_dc, i.e. two levels of nesting | Mike Bayer | 2013-06-04 | 1 | -35/+131 |
| | * | repair these tests now that we allow join from selectable to fromgrouping | Mike Bayer | 2013-06-04 | 1 | -21/+26 |
| | * | - add a flag to DefaultDialect for this so that people will have some | Mike Bayer | 2013-06-04 | 1 | -1/+28 |
| | * | rewriting scheme now works. | Mike Bayer | 2013-06-04 | 1 | -28/+21 |