| Commit message (Expand) | Author | Age | Files | Lines |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -1321/+0 |
| * | - sql | Mike Bayer | 2009-05-29 | 1 | -15/+0 |
| * | - Further fixes to the "percent signs and spaces in column/table | Mike Bayer | 2009-01-18 | 1 | -20/+37 |
| * | - Improved the methodology to handling percent signs in column | Mike Bayer | 2009-01-14 | 1 | -1/+66 |
| * | - mysql, postgres: "%" signs in text() constructs are automatically escaped t... | Mike Bayer | 2009-01-02 | 1 | -1/+30 |
| * | - RowProxy objects can be used in place of dictionary arguments | Mike Bayer | 2008-12-28 | 1 | -2/+25 |
| * | Major refactoring of the MSSQL dialect. Thanks zzzeek. | Michael Trier | 2008-12-22 | 1 | -1/+1 |
| * | - _execute_clauseelement() goes back to being | Mike Bayer | 2008-12-17 | 1 | -3/+3 |
| * | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -16/+20 |
| * | Global propigate -> propagate change to correct spelling. Additionally found ... | Michael Trier | 2008-11-09 | 1 | -1/+1 |
| * | Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ... | Michael Trier | 2008-11-08 | 1 | -4/+6 |
| * | - fixed some oracle unit tests in test/sql/ | Mike Bayer | 2008-10-24 | 1 | -1/+1 |
| * | Corrected the is_subquery() check based on recent changes. Excluded the test_... | Michael Trier | 2008-10-21 | 1 | -1/+1 |
| * | Slightly changed behavior of IN operator for comparing to empty collections. ... | Ants Aasma | 2008-10-20 | 1 | -1/+8 |
| * | Unless I'm missing something mssql doesn't support and / or within column sel... | Michael Trier | 2008-10-16 | 1 | -0/+1 |
| * | - Bind params now subclass ColumnElement which allows them to be | Mike Bayer | 2008-09-09 | 1 | -4/+1 |
| * | - The exists() construct won't "export" its contained list | Mike Bayer | 2008-09-08 | 1 | -0/+20 |
| * | - limit/offset no longer uses ROW NUMBER OVER to limit rows, | Mike Bayer | 2008-09-03 | 1 | -25/+69 |
| * | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 1 | -0/+32 |
| * | Corrected Firebird failure reasons | Lele Gaifax | 2008-05-15 | 1 | -7/+7 |
| * | - Removed @unsupported | Jason Kirtland | 2008-05-14 | 1 | -18/+18 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -3/+3 |
| * | Tag some tests that fail under Firebird | Lele Gaifax | 2008-05-13 | 1 | -2/+3 |
| * | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 1 | -10/+32 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -3/+3 |
| * | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -1/+1 |
| * | - fixed bug in result proxy where anonymously generated | Mike Bayer | 2008-02-14 | 1 | -3/+17 |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -4/+4 |
| * | - implemented RowProxy.__ne__ [ticket:945], thanks knutroy | Jason Kirtland | 2008-01-31 | 1 | -0/+14 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -22/+22 |
| * | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 1 | -13/+26 |
| * | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -1/+1 |
| * | correction... | Jason Kirtland | 2007-12-14 | 1 | -1/+1 |
| * | try to bang mysql tests to work | Mike Bayer | 2007-12-14 | 1 | -1/+1 |
| * | - Removed @testing.supported. Dialects in development or maintained outside | Jason Kirtland | 2007-12-13 | 1 | -65/+3 |
| * | Disabled some tests with INTERSECT, not handled by Firebird | Lele Gaifax | 2007-12-12 | 1 | -6/+6 |
| * | fix to unique bind params, you *can* use the same unique bindparam multiple t... | Mike Bayer | 2007-12-07 | 1 | -8/+4 |
| * | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 1 | -0/+19 |
| * | - basic framework for generic functions, [ticket:615] | Mike Bayer | 2007-12-05 | 1 | -89/+0 |
| * | - column labels in the form "tablename.columname", i.e. with a dot, are now | Mike Bayer | 2007-11-27 | 1 | -0/+5 |
| * | added a test to validate ResultProxy truncation behavior | Mike Bayer | 2007-11-27 | 1 | -0/+7 |
| * | - identified some cases where Alias needs to be cloned; but still cant clone | Mike Bayer | 2007-11-08 | 1 | -0/+1 |
| * | Migrated maxdb behavioral assumptions from unsupported to fails_on | Jason Kirtland | 2007-11-05 | 1 | -90/+92 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 1 | -1/+2 |
| * | - Added initial version of MaxDB dialect. | Jason Kirtland | 2007-10-23 | 1 | -10/+18 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -15/+15 |
| * | - Fixed SQL compiler's awareness of top-level column labels as used | Mike Bayer | 2007-10-16 | 1 | -1/+12 |
| * | Fixed a couple of typos & hardened against future similar errors. | Jason Kirtland | 2007-10-16 | 1 | -62/+62 |
| * | More ORDER BY, now with use_labels. | Jason Kirtland | 2007-10-12 | 1 | -33/+45 |
| * | - Added small DESC exercise to test_order_by. | Jason Kirtland | 2007-10-12 | 1 | -0/+14 |