| Commit message (Expand) | Author | Age | Files | Lines |
* | workaround for #2838 here. still need to figure out why an ENUM test is sudd... | Mike Bayer | 2013-10-14 | 1 | -0/+7 |
* | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -3/+4 |
* | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+3 |
* | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 1 | -3/+5 |
* | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
* | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 1 | -8/+14 |
* | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -2/+6 |
* | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -1/+3 |
* | 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 | 1 | -22/+78 |
* | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -16/+18 |
* | merge plus fix the test spelling too | Mike Bayer | 2013-03-18 | 1 | -1/+1 |
|\ |
|
| * | Fix typo. | Richard Mitchell | 2013-03-18 | 1 | -1/+1 |
* | | no need to use getattr() here | Mike Bayer | 2013-03-17 | 1 | -3/+3 |
|/ |
|
* | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 1 | -7/+2 |
* | #2629 | Mike Bayer | 2013-01-25 | 1 | -0/+5 |
* | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -15/+26 |
* | Tweaked the "REQUIRED" symbol used by the compiler to identify | Mike Bayer | 2013-01-08 | 1 | -5/+14 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
* | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -70/+105 |
* | merge latest default | Mike Bayer | 2012-12-08 | 1 | -1/+9 |
|\ |
|
| * | visit_DECIMAL should include precision and scale (when provided) just like vi... | Diana Clarke | 2012-12-03 | 1 | -1/+9 |
* | | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -4/+21 |
* | | compiler: adjust _get_colparams to return the columns and parameters in separ... | Idan Kamara | 2012-12-05 | 1 | -50/+49 |
|/ |
|
* | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 1 | -65/+62 |
* | improve some autodoc links | Mike Bayer | 2012-10-31 | 1 | -4/+4 |
* | Fixed bug where keyword arguments passed to | Mike Bayer | 2012-10-24 | 1 | -3/+11 |
* | The auto-correlation feature of :func:`.select`, and | Mike Bayer | 2012-10-22 | 1 | -1/+6 |
* | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 1 | -2/+2 |
* | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -9/+20 |
* | - [feature] Various API tweaks to the "dialect" | Mike Bayer | 2012-10-08 | 1 | -3/+6 |
* | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -0/+3 |
* | spacing | Mike Bayer | 2012-09-30 | 1 | -5/+5 |
* | - [bug] Fixed bug in over() construct whereby | Mike Bayer | 2012-09-30 | 1 | -11/+11 |
* | - [bug] The CreateIndex construct in Oracle | Mike Bayer | 2012-09-30 | 1 | -5/+11 |
* | - [bug] Fixed the DropIndex construct to support | Mike Bayer | 2012-09-24 | 1 | -7/+17 |
* | - [feature] Added a hook to the system of rendering | Mike Bayer | 2012-09-09 | 1 | -10/+23 |
* | - type expressions invoke in SQL, but are only for the benefit of columns | Mike Bayer | 2012-09-03 | 1 | -8/+6 |
* | - repair type expressions for columns when we aren't using select.apply_label... | Mike Bayer | 2012-09-01 | 1 | -2/+5 |
* | - [feature] Reworked the startswith(), endswith(), | Mike Bayer | 2012-08-27 | 1 | -1/+45 |
* | - more oracle tweaks for returning; the method here is still kind of brittle ... | Mike Bayer | 2012-08-25 | 1 | -1/+3 |
* | a few oracle fixes | Mike Bayer | 2012-08-25 | 1 | -2/+3 |
* | - [bug] Fixed bug whereby usage of a UNION | Mike Bayer | 2012-08-22 | 1 | -7/+11 |
* | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -29/+35 |
* | - MySQL's update does work. add some logic to compiler to convert from ORM c... | Mike Bayer | 2012-08-20 | 1 | -3/+7 |
* | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -14/+25 |
* | - [feature] The prefix_with() method is now available | Mike Bayer | 2012-08-19 | 1 | -12/+32 |
* | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 1 | -2/+9 |
* | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 1 | -48/+88 |