| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | - fixed precedence of operators so that parenthesis are correctly applied | Mike Bayer | 2007-06-25 | 1 | -1/+50 |
| * | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 1 | -0/+79 |
| * | Multiple MSSQL fixes; see ticket #581 | Paul Johnston | 2007-06-13 | 1 | -0/+13 |
| * | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 1 | -1/+1 |
| * | - mssql: replace "select @@identity" with "select @@scope_identity". Should h... | Rick Morrison | 2007-04-29 | 1 | -0/+26 |
| * | - Fully specify ordering for ordered union test comparison | Jason Kirtland | 2007-04-27 | 1 | -3/+3 |
| * | - added a col label to help sqlite with order by | Mike Bayer | 2007-04-24 | 1 | -3/+3 |
| * | - fix to case() construct to propigate the type of the first | Mike Bayer | 2007-04-24 | 1 | -15/+15 |
| * | - the "mini" column labels generated when using subqueries, which | Mike Bayer | 2007-04-11 | 1 | -0/+1 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -2/+2 |
| * | added label truncation for bind param names which was lost in the previous re... | Mike Bayer | 2007-03-28 | 1 | -0/+4 |
| * | - fix for fetchmany() "size" argument being positional in most | Mike Bayer | 2007-03-28 | 1 | -1/+11 |
| * | MSSQL now passes still more unit tests [ticket:481] | Rick Morrison | 2007-03-15 | 1 | -0/+8 |
| * | - fixed function execution with explicit connections, when you dont | Mike Bayer | 2007-02-27 | 1 | -0/+10 |
| * | Completed previously missed patches from tickets 422 and 415 | Rick Morrison | 2007-02-18 | 1 | -0/+10 |
| * | unit test for "cant execute" | Mike Bayer | 2007-02-02 | 1 | -2/+13 |
| * | - mysql table create options work on a generic passthru now, i.e. Table(..., ... | Mike Bayer | 2007-01-20 | 1 | -1/+4 |
| * | added testcase to ensure that type gets propigated from scalar subquery to it... | Mike Bayer | 2007-01-16 | 1 | -4/+16 |
| * | - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr... | Mike Bayer | 2006-11-26 | 1 | -22/+68 |
| * | - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ... | Mike Bayer | 2006-11-25 | 1 | -0/+94 |
| * | - fixed direct execution of Compiled objects | Mike Bayer | 2006-10-31 | 1 | -1/+6 |
| * | - Function objects know what to do in a FROM clause now. their | Mike Bayer | 2006-10-03 | 1 | -0/+20 |
| * | decruftify | Mike Bayer | 2006-09-28 | 1 | -0/+9 |
| * | [ticket:280] statement execution supports using the same BindParam | Mike Bayer | 2006-08-18 | 1 | -0/+10 |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -0/+222 |