summaryrefslogtreecommitdiff
path: root/test/sql/query.py
Commit message (Expand)AuthorAgeFilesLines
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-7/+7
* postgres:Mike Bayer2007-06-291-45/+1
* add missing grouping for compound selects. fixes ticket #623Ants Aasma2007-06-261-0/+23
* fix #624, modulo operator escaping on mysql and postgresAnts Aasma2007-06-261-0/+24
* - fixed precedence of operators so that parenthesis are correctly appliedMike Bayer2007-06-251-1/+50
* - result.last_inserted_ids() should return a list that is identicallyMike Bayer2007-06-171-0/+79
* Multiple MSSQL fixes; see ticket #581Paul Johnston2007-06-131-0/+13
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-141-1/+1
* - mssql: replace "select @@identity" with "select @@scope_identity". Should h...Rick Morrison2007-04-291-0/+26
* - Fully specify ordering for ordered union test comparisonJason Kirtland2007-04-271-3/+3
* - 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-241-15/+15
* - the "mini" column labels generated when using subqueries, whichMike Bayer2007-04-111-0/+1
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-2/+2
* added label truncation for bind param names which was lost in the previous re...Mike Bayer2007-03-281-0/+4
* - fix for fetchmany() "size" argument being positional in mostMike Bayer2007-03-281-1/+11
* MSSQL now passes still more unit tests [ticket:481]Rick Morrison2007-03-151-0/+8
* - fixed function execution with explicit connections, when you dontMike Bayer2007-02-271-0/+10
* Completed previously missed patches from tickets 422 and 415Rick Morrison2007-02-181-0/+10
* unit test for "cant execute"Mike Bayer2007-02-021-2/+13
* - mysql table create options work on a generic passthru now, i.e. Table(..., ...Mike Bayer2007-01-201-1/+4
* added testcase to ensure that type gets propigated from scalar subquery to it...Mike Bayer2007-01-161-4/+16
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-22/+68
* - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ...Mike Bayer2006-11-251-0/+94
* - fixed direct execution of Compiled objectsMike Bayer2006-10-311-1/+6
* - Function objects know what to do in a FROM clause now. theirMike Bayer2006-10-031-0/+20
* decruftifyMike Bayer2006-09-281-0/+9
* [ticket:280] statement execution supports using the same BindParamMike Bayer2006-08-181-0/+10
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+222