| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 | 2 | -17/+18 |
| * | - merged in the combined patch for #474, #475, #476 (attached to #476) and a ... | Jason Kirtland | 2007-04-19 | 1 | -1/+93 |
| * | - the "where" criterion of an update() and delete() now correlates | Mike Bayer | 2007-04-18 | 1 | -1/+6 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -3/+3 |
| * | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -8/+25 |
| * | - small fix to allow successive compiles of the same SELECT object | Mike Bayer | 2007-04-13 | 1 | -1/+3 |
| * | - the "mini" column labels generated when using subqueries, which | Mike Bayer | 2007-04-11 | 2 | -11/+20 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 3 | -33/+34 |
| * | added keys() to ColumnParameters, needed for setbindparamsizes traversal | Mike Bayer | 2007-03-28 | 1 | -4/+4 |
| * | - sending None as an argument to func.<something> will produce | Mike Bayer | 2007-03-28 | 1 | -1/+4 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 2 | -33/+56 |
| * | added label truncation for bind param names which was lost in the previous re... | Mike Bayer | 2007-03-28 | 2 | -0/+14 |
| * | - fix for fetchmany() "size" argument being positional in most | Mike Bayer | 2007-03-28 | 1 | -1/+11 |
| * | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 3 | -0/+68 |
| * | - column labels are now generated in the compilation phase, which | Mike Bayer | 2007-03-24 | 2 | -0/+35 |
| * | - slightly better support for bind params as column clauses, either | Mike Bayer | 2007-03-21 | 1 | -0/+7 |
| * | "alltests" runners call testbase.main(), which takes an optional suite, | Mike Bayer | 2007-03-15 | 1 | -1/+1 |
| * | MSSQL now passes still more unit tests [ticket:481] | Rick Morrison | 2007-03-15 | 1 | -0/+8 |
| * | fix CASE statement when else_ is zero | Rick Morrison | 2007-03-15 | 1 | -5/+33 |
| * | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -1/+1 |
| * | - oracle: | Mike Bayer | 2007-03-10 | 2 | -9/+5 |
| * | - fixed use_alter flag on ForeignKeyConstraint [ticket:503] | Mike Bayer | 2007-03-07 | 1 | -0/+24 |
| * | - bindparam() names are now repeatable! specify two | Mike Bayer | 2007-03-03 | 1 | -13/+75 |
| * | - use_labels flag on select() wont auto-create labels for literal text | Mike Bayer | 2007-03-01 | 1 | -0/+20 |
| * | - fixed function execution with explicit connections, when you dont | Mike Bayer | 2007-02-27 | 1 | -0/+10 |
| * | fix typo | Mike Bayer | 2007-02-25 | 1 | -4/+4 |
| * | - correlated subqueries work inside of ORDER BY, GROUP BY | Mike Bayer | 2007-02-24 | 1 | -6/+19 |
| * | - exists() becomes useable as a standalone selectable, not just in a | Mike Bayer | 2007-02-23 | 1 | -0/+3 |
| * | reverted unit test change | Mike Bayer | 2007-02-19 | 1 | -1/+1 |
| * | Completed previously missed patches from tickets 422 and 415 | Rick Morrison | 2007-02-18 | 3 | -4/+41 |
| * | - fixed generation of CHECK constraints on columns [ticket:464] | Mike Bayer | 2007-02-17 | 1 | -1/+2 |
| * | - added a Sequence to the unicode test tables to help Oracle | Mike Bayer | 2007-02-17 | 1 | -1/+1 |
| * | - fixed oracle list of binary types to check for their presence in the module... | Mike Bayer | 2007-02-17 | 1 | -9/+2 |
| * | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 1 | -3/+2 |
| * | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 2 | -0/+7 |
| * | - sequences on a non-pk column will properly fire off on INSERT for PG/oracle | Mike Bayer | 2007-02-02 | 1 | -4/+19 |
| * | unit test for "cant execute" | Mike Bayer | 2007-02-02 | 1 | -2/+13 |
| * | fixes to quoting on "fake" column when used off its table | Mike Bayer | 2007-01-29 | 1 | -0/+4 |
| * | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 1 | -0/+7 |
| * | - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4 | Mike Bayer | 2007-01-23 | 1 | -7/+18 |
| * | - mysql table create options work on a generic passthru now, i.e. Table(..., ... | Mike Bayer | 2007-01-20 | 1 | -1/+4 |
| * | - another fix to subquery correlation so that a subquery which has only one FROM | Mike Bayer | 2007-01-19 | 1 | -1/+4 |
| * | added testcase to ensure that type gets propigated from scalar subquery to it... | Mike Bayer | 2007-01-16 | 1 | -4/+16 |
| * | - postgres cursor option is now server_side_cursors=False; some users get bad... | Mike Bayer | 2007-01-14 | 1 | -1/+15 |
| * | - the "op()" function is now treated as an "operation", rather than a "compar... | Mike Bayer | 2007-01-08 | 1 | -0/+6 |
| * | - fix to correlation of subqueries when the column list of the select statement | Mike Bayer | 2006-12-28 | 1 | -0/+8 |
| * | fix to the fix for [ticket:396] plus a unit test | Mike Bayer | 2006-12-15 | 2 | -0/+68 |
| * | - sending a selectable to an IN no longer creates a "union" out of multiple | Mike Bayer | 2006-11-29 | 1 | -0/+12 |
| * | - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr... | Mike Bayer | 2006-11-26 | 3 | -25/+70 |