| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 7 | -87/+277 |
| * | | - A :func:`.bindparam` construct with a "null" type (e.g. no type | Mike Bayer | 2013-10-21 | 2 | -13/+16 |
| * | | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -2/+2 |
| * | | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 3 | -46/+141 |
| * | | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 2 | -3/+6 |
| * | | - The :meth:`.Table.tometadata` method now produces copies of | Mike Bayer | 2013-10-18 | 1 | -13/+15 |
| * | | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -1/+6 |
| * | | workaround for #2838 here. still need to figure out why an ENUM test is sudd... | Mike Bayer | 2013-10-14 | 1 | -0/+7 |
| * | | Perform fewer dict lookups - tiny microoptimizationpr/35 | Alex Gaynor | 2013-10-14 | 1 | -5/+4 |
| * | | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 2 | -23/+4 |
| * | | The ``default`` argument of :class:`.Column` now accepts a class | Mike Bayer | 2013-10-11 | 1 | -1/+1 |
| * | | The "name" attribute is set on :class:`.Index` before the "attach" | Mike Bayer | 2013-10-11 | 1 | -3/+4 |
| |/ |
|
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+3 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -1/+6 |
| * | The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey` | Mike Bayer | 2013-10-08 | 1 | -1/+0 |
| * | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 1 | -1/+8 |
| * | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 5 | -0/+15 |
| * | comment this alternative approach... | Mike Bayer | 2013-08-28 | 1 | -0/+7 |
| * | more seealsos... | Mike Bayer | 2013-08-27 | 1 | -3/+4 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 7 | -115/+245 |
| * | - restore constructor docs blown away in the merge | Mike Bayer | 2013-08-25 | 1 | -0/+141 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 3 | -151/+113 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+1 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 3 | -5/+26 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 2 | -3/+34 |
| * | 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 |