| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add a test for pullreq github:63 | Mike Bayer | 2014-01-31 | 1 | -0/+7 |
| * | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 1 | -1/+2 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+7 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+9 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -0/+40 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -11/+99 |
| * | - reinstate insert returning back into test_insert.py; defaultdialect | Mike Bayer | 2013-04-01 | 1 | -4/+0 |
| * | moving insert returning test back into CRUD test class until I figure out why... | Diana Clarke | 2013-03-30 | 1 | -0/+5 |
| * | move the update tests from CRUDTest into sql/test_update.py (see #2630) | Diana Clarke | 2013-03-30 | 1 | -103/+0 |
| * | move the insert tests from CRUDTest into sql/test_insert.py (see #2630) | Diana Clarke | 2013-03-29 | 1 | -219/+1 |
| * | move the delete tests from CRUDTest into sql/test_delete.py (see #2630) | Diana Clarke | 2013-03-29 | 1 | -46/+1 |
| * | merge plus fix the test spelling too | Mike Bayer | 2013-03-18 | 1 | -2/+2 |
| * | - since correlation is now always at least semi-automatic, remove the | Mike Bayer | 2013-03-09 | 1 | -33/+241 |
| * | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 1 | -2/+6 |
| * | #2629 | Mike Bayer | 2013-01-25 | 1 | -0/+8 |
| * | attempt to hide these from 2to3 | Mike Bayer | 2012-12-08 | 1 | -3/+3 |
| * | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -5/+5 |
| * | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -11/+142 |
| * | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+15 |
| * | Fixed bug where keyword arguments passed to | Mike Bayer | 2012-10-24 | 1 | -1/+48 |
| * | - move most/all operator specific tests into test_operator, convert fully to TOT | Mike Bayer | 2012-10-24 | 1 | -208/+0 |
| * | - get 100% lint/pep8 happening for test_compiler; next we will begin | Mike Bayer | 2012-10-24 | 1 | -564/+615 |
| * | The auto-correlation feature of :func:`.select`, and | Mike Bayer | 2012-10-22 | 1 | -9/+4 |
| * | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 1 | -1/+17 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -10/+27 |
| * | - [bug] Fixed bug in over() construct whereby | Mike Bayer | 2012-09-30 | 1 | -0/+28 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+3 |
| * | - [feature] Reworked the startswith(), endswith(), | Mike Bayer | 2012-08-27 | 1 | -55/+0 |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -6/+20 |
| * | - [bug] Fixed bug whereby usage of a UNION | Mike Bayer | 2012-08-22 | 1 | -1/+52 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -63/+15 |
| * | - [feature] The prefix_with() method is now available | Mike Bayer | 2012-08-19 | 1 | -2/+53 |
| * | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -0/+2 |
| * | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 1 | -208/+235 |
| * | - move cte tests into their own test/sql/test_cte.py | Mike Bayer | 2012-06-25 | 1 | -164/+0 |
| * | - [bug] quoting is applied to the column names | Mike Bayer | 2012-06-21 | 1 | -0/+14 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -0/+18 |
| * | - [bug] Repaired common table expression | Mike Bayer | 2012-06-13 | 1 | -2/+42 |
| * | - [feature] The "unconsumed column names" warning emitted | Mike Bayer | 2012-04-24 | 1 | -4/+4 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -4/+0 |
| * | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 1 | -0/+13 |
| * | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 1 | -22/+64 |
| * | - [feature] Added cte() method to Query, | Mike Bayer | 2012-03-03 | 1 | -0/+110 |
| * | - [bug] A warning is emitted when a not-present | Mike Bayer | 2012-02-21 | 1 | -0/+44 |
| * | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 1 | -5/+59 |
| * | mark this test as unsupported before 2.6, there's some unicode | Mike Bayer | 2012-01-28 | 1 | -0/+4 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -1/+38 |
| * | - [bug] Fixed issue where the "required" exception | Mike Bayer | 2012-01-28 | 1 | -0/+42 |
| * | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -0/+12 |
| * | fix test | Mike Bayer | 2011-09-24 | 1 | -1/+1 |