summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - added a col label to help sqlite with order byMike Bayer2007-04-241-3/+3
* - fix to case() construct to propigate the type of the firstMike Bayer2007-04-242-17/+18
* - merged in the combined patch for #474, #475, #476 (attached to #476) and a ...Jason Kirtland2007-04-191-1/+93
* - the "where" criterion of an update() and delete() now correlatesMike Bayer2007-04-181-1/+6
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-3/+3
* - got unicode schemas to work with postgresMike Bayer2007-04-151-8/+25
* - small fix to allow successive compiles of the same SELECT objectMike Bayer2007-04-131-1/+3
* - the "mini" column labels generated when using subqueries, whichMike Bayer2007-04-112-11/+20
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-023-33/+34
* added keys() to ColumnParameters, needed for setbindparamsizes traversalMike Bayer2007-03-281-4/+4
* - sending None as an argument to func.<something> will produceMike Bayer2007-03-281-1/+4
* - column label and bind param "truncation" also generateMike Bayer2007-03-282-33/+56
* added label truncation for bind param names which was lost in the previous re...Mike Bayer2007-03-282-0/+14
* - fix for fetchmany() "size" argument being positional in mostMike Bayer2007-03-281-1/+11
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-273-0/+68
* - column labels are now generated in the compilation phase, whichMike Bayer2007-03-242-0/+35
* - slightly better support for bind params as column clauses, eitherMike Bayer2007-03-211-0/+7
* "alltests" runners call testbase.main(), which takes an optional suite,Mike Bayer2007-03-151-1/+1
* MSSQL now passes still more unit tests [ticket:481]Rick Morrison2007-03-151-0/+8
* fix CASE statement when else_ is zeroRick Morrison2007-03-151-5/+33
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-1/+1
* - oracle:Mike Bayer2007-03-102-9/+5
* - fixed use_alter flag on ForeignKeyConstraint [ticket:503]Mike Bayer2007-03-071-0/+24
* - bindparam() names are now repeatable! specify twoMike Bayer2007-03-031-13/+75
* - use_labels flag on select() wont auto-create labels for literal textMike Bayer2007-03-011-0/+20
* - fixed function execution with explicit connections, when you dontMike Bayer2007-02-271-0/+10
* fix typoMike Bayer2007-02-251-4/+4
* - correlated subqueries work inside of ORDER BY, GROUP BYMike Bayer2007-02-241-6/+19
* - exists() becomes useable as a standalone selectable, not just in aMike Bayer2007-02-231-0/+3
* reverted unit test changeMike Bayer2007-02-191-1/+1
* Completed previously missed patches from tickets 422 and 415Rick Morrison2007-02-183-4/+41
* - fixed generation of CHECK constraints on columns [ticket:464]Mike Bayer2007-02-171-1/+2
* - added a Sequence to the unicode test tables to help OracleMike Bayer2007-02-171-1/+1
* - fixed oracle list of binary types to check for their presence in the module...Mike Bayer2007-02-171-9/+2
* - added literal_column() to specify a column clause that should not undergo a...Mike Bayer2007-02-041-3/+2
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-042-0/+7
* - sequences on a non-pk column will properly fire off on INSERT for PG/oracleMike Bayer2007-02-021-4/+19
* unit test for "cant execute"Mike Bayer2007-02-021-2/+13
* fixes to quoting on "fake" column when used off its tableMike Bayer2007-01-291-0/+4
* merged the polymorphic relationship refactoring branch in. i want to go furt...Mike Bayer2007-01-281-0/+7
* - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4Mike Bayer2007-01-231-7/+18
* - mysql table create options work on a generic passthru now, i.e. Table(..., ...Mike Bayer2007-01-201-1/+4
* - another fix to subquery correlation so that a subquery which has only one FROMMike Bayer2007-01-191-1/+4
* added testcase to ensure that type gets propigated from scalar subquery to it...Mike Bayer2007-01-161-4/+16
* - postgres cursor option is now server_side_cursors=False; some users get bad...Mike Bayer2007-01-141-1/+15
* - the "op()" function is now treated as an "operation", rather than a "compar...Mike Bayer2007-01-081-0/+6
* - fix to correlation of subqueries when the column list of the select statementMike Bayer2006-12-281-0/+8
* fix to the fix for [ticket:396] plus a unit testMike Bayer2006-12-152-0/+68
* - sending a selectable to an IN no longer creates a "union" out of multipleMike Bayer2006-11-291-0/+12
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-263-25/+70