| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Added query coverage for ORDER BY over regular, aliased and DISTINCT columns. | Jason Kirtland | 2007-10-11 | 1 | -1/+37 |
| * | - Expanded JoinTest further, exercising joins the ORM depends on explicitly | Jason Kirtland | 2007-10-10 | 1 | -14/+209 |
| * | - initial sybase support checkin, [ticket:785] | Mike Bayer | 2007-10-10 | 1 | -4/+4 |
| * | - Expanded the outer join tests, now covering a situation that looked like it... | Jason Kirtland | 2007-10-08 | 1 | -20/+27 |
| * | - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fix | Jason Kirtland | 2007-10-08 | 1 | -8/+10 |
| * | - Added some outerjoin() execution exercises to the query tests. | Jason Kirtland | 2007-10-08 | 1 | -1/+75 |
| * | - Squashed assumption of transparent type coercion support in defaults test | Jason Kirtland | 2007-10-07 | 1 | -1/+1 |
| * | - Tweaked unordered select tests to not be sensitive to result set order, als... | Jason Kirtland | 2007-10-07 | 1 | -27/+108 |
| * | Firebird dialect now uses SingletonThreadPool as its poolclass. | Roger Demetrescu | 2007-10-07 | 1 | -1/+2 |
| * | - move PG RETURNING tests to postgres dialect test | Mike Bayer | 2007-10-04 | 1 | -44/+0 |
| * | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 1 | -1/+45 |
| * | - created a link between QueryContext and SelectionContext; the attribute | Mike Bayer | 2007-09-26 | 1 | -16/+0 |
| * | - columns from Alias objects, when used to target result-row columns, must ma... | Mike Bayer | 2007-09-24 | 1 | -0/+16 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 1 | -6/+14 |
| * | - omitted 'table' and 'column' from 'from sqlalchemy import *' | Jason Kirtland | 2007-08-21 | 1 | -2/+2 |
| * | an early out processing insert/update column parameters was a bit too early. | Ants Aasma | 2007-08-19 | 1 | -0/+6 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -4/+5 |
| * | Allow '$' in bind param detection [ticket:719], added test suite & fixed an e... | Jason Kirtland | 2007-08-09 | 1 | -1/+32 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -126/+120 |
| * | Properly escape table names when reflecting for mssql and sqlite [ticket:653] | Paul Johnston | 2007-07-17 | 1 | -0/+16 |
| * | - fixed "ambiguous column" result detection, when dupe col names exist | Mike Bayer | 2007-07-15 | 1 | -1/+10 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -7/+7 |
| * | postgres: | Mike Bayer | 2007-06-29 | 1 | -45/+1 |
| * | add missing grouping for compound selects. fixes ticket #623 | Ants Aasma | 2007-06-26 | 1 | -0/+23 |
| * | fix #624, modulo operator escaping on mysql and postgres | Ants Aasma | 2007-06-26 | 1 | -0/+24 |