| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - 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 |
* | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -0/+4 |
* | - Fixed regression from 0.6 whereby if | Mike Bayer | 2012-01-10 | 1 | -7/+2 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - [bug] the "name" of a column-level CHECK constraint, | Mike Bayer | 2011-12-04 | 1 | -1/+5 |
* | also add support for onupdate as we'd like this to fire off if an UPDATE actu... | Mike Bayer | 2011-11-22 | 1 | -13/+31 |
* | fixes to actually get tests to pass | Mike Bayer | 2011-11-22 | 1 | -17/+12 |
* | cleanup | Mike Bayer | 2011-11-21 | 1 | -22/+42 |
* | passes for all three, includes multi col system with mysql | Mike Bayer | 2011-11-21 | 1 | -6/+32 |
* | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -7/+47 |
* | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -1/+15 |
* | - Behavioral improvement: empty | Mike Bayer | 2011-09-09 | 1 | -1/+1 |
* | - It is an error to call query.get() when the | Mike Bayer | 2011-04-22 | 1 | -1/+1 |
* | - Added explicit true()/false() constructs to expression | Mike Bayer | 2011-04-17 | 1 | -1/+7 |
* | - Fixed incorrect usage of "," in over() clause | Mike Bayer | 2011-04-17 | 1 | -1/+1 |
* | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -0/+6 |