| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - [bug] Repaired common table expression | Mike Bayer | 2012-06-13 | 1 | -6/+13 |
* | - [bug] Quoting information is now passed along | Mike Bayer | 2012-05-04 | 1 | -3/+4 |
* | - [feature] The "unconsumed column names" warning emitted | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
* | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -4/+14 |
* | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 1 | -1/+1 |
* | typos in lib/sqlalchemy/sql | Diana Clarke | 2012-03-17 | 1 | -3/+3 |
* | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 1 | -5/+57 |
* | - [bug] Fixed bug whereby a primaryjoin | Mike Bayer | 2012-03-12 | 1 | -1/+2 |
* | - [feature] Added cte() method to Query, | Mike Bayer | 2012-03-03 | 1 | -0/+58 |
* | remove check_columns here so warning not emitted with update from | Mike Bayer | 2012-02-26 | 1 | -1/+1 |
* | - [bug] A warning is emitted when a not-present | Mike Bayer | 2012-02-21 | 1 | -2/+12 |
* | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 1 | -7/+19 |
* | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -10/+10 |
* | fix a few py3k bugs | Mike Bayer | 2012-01-28 | 1 | -0/+1 |
* | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -13/+30 |
* | - [bug] Fixed issue where the "required" exception | Mike Bayer | 2012-01-28 | 1 | -11/+22 |