| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -0/+11 |
| * | fix python 2.5 ism | Mike Bayer | 2013-10-20 | 1 | -2/+2 |
| * | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 1 | -2/+68 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -0/+22 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+21 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+12 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | Non-working "schema" argument on :class:`.ForeignKey` is deprecated; | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | 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 |
| * | apply test skips for pypy issue #1573 in 0.8 [ticket:2805] | Mike Bayer | 2013-08-20 | 1 | -1/+7 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -0/+16 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -0/+11 |
| * | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 1 | -0/+29 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -0/+23 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 2 | -0/+53 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -1/+64 |
| * | genericize tests here | Mike Bayer | 2013-07-02 | 1 | -5/+10 |
| * | Fixed bug when using multi-table UPDATE where a supplemental | Mike Bayer | 2013-07-02 | 1 | -0/+39 |
| * | add an ORDER BY here | Mike Bayer | 2013-06-26 | 1 | -2/+2 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 2 | -12/+142 |
| * | Provided a new attribute for :class:`.TypeDecorator` | Mike Bayer | 2013-06-22 | 1 | -1/+33 |
| * | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 2 | -7/+40 |
| * | - remove the ``__iter__()`` with notimplemented since it interferes | Mike Bayer | 2013-06-03 | 1 | -7/+6 |
| * | fix this test | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | cleanup | Mike Bayer | 2013-05-04 | 1 | -67/+68 |
| * | formatting stuff | Mike Bayer | 2013-05-04 | 1 | -49/+51 |
| * | Fully implemented the IS and IS NOT operators with | Mike Bayer | 2013-04-22 | 1 | -1/+28 |
| * | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 1 | -20/+6 |
| * | Merged in bentrofatter/sqlalchemy-2663 (pull request #49) | Mike Bayer | 2013-04-21 | 1 | -1/+10 |
| |\ |
|
| | * | Removed commented line from test_types.py | Ben Trofatter | 2013-03-19 | 1 | -1/+0 |
| | * | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di... | Ben Trofatter | 2013-03-18 | 1 | -1/+11 |
| * | | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 2 | -0/+169 |
| * | | - reinstate insert returning back into test_insert.py; defaultdialect | Mike Bayer | 2013-04-01 | 2 | -4/+10 |
| * | | moving insert returning test back into CRUD test class until I figure out why... | Diana Clarke | 2013-03-30 | 2 | -7/+5 |
| * | | whitespace | Diana Clarke | 2013-03-30 | 1 | -3/+3 |
| * | | move the update tests from CRUDTest into sql/test_update.py (see #2630) | Diana Clarke | 2013-03-30 | 2 | -105/+173 |
| * | | fixing tests for --db=mysql: VARCHAR requires a length on dialect mysql | Diana Clarke | 2013-03-30 | 2 | -6/+6 |
| * | | starting on the update tests next, pep8 pass first (see #2630) | Diana Clarke | 2013-03-30 | 2 | -301/+272 |
| * | | move the insert tests from CRUDTest into sql/test_insert.py (see #2630) | Diana Clarke | 2013-03-29 | 2 | -219/+310 |
| * | | move the delete tests from CRUDTest into sql/test_delete.py (see #2630) | Diana Clarke | 2013-03-29 | 2 | -46/+87 |
| * | | fix syntax error | Mike Bayer | 2013-03-24 | 1 | -1/+1 |
| * | | Fixed bug whereby a DBAPI that can return "0" | Mike Bayer | 2013-03-23 | 1 | -1/+18 |
| |/ |
|
| * | merge plus fix the test spelling too | Mike Bayer | 2013-03-18 | 1 | -2/+2 |
| * | - auto-append for CheckConstraint should skip table if the expression is against | Mike Bayer | 2013-03-09 | 1 | -0/+13 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 2 | -2/+1 |
| * | - this test is ridiculous, executemany() + returning not supported | Mike Bayer | 2013-03-09 | 1 | -20/+0 |
| * | - the base correlate tests in test_compiler cover the ones that were here | Mike Bayer | 2013-03-09 | 1 | -127/+79 |
| * | - since correlation is now always at least semi-automatic, remove the | Mike Bayer | 2013-03-09 | 1 | -33/+241 |
| * | go back to the original form, then break out this test into individuals | Mike Bayer | 2013-03-08 | 1 | -53/+115 |