| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -29/+58 |
* | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 1 | -7/+8 |
* | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -7/+7 |
* | - [bug] Fixed more un-intuitivenesses in CTEs | Mike Bayer | 2012-07-10 | 1 | -143/+174 |
* | add 2.5 compat for next() | Mike Bayer | 2012-06-25 | 1 | -1/+1 |
* | - move cte tests into their own test/sql/test_cte.py | Mike Bayer | 2012-06-25 | 1 | -16/+36 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -4/+4 |
* | - [bug] quoting is applied to the column names | Mike Bayer | 2012-06-21 | 1 | -2/+5 |
* | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -22/+44 |
* | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -0/+7 |