summaryrefslogtreecommitdiff
path: root/test/sql/query.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added query coverage for ORDER BY over regular, aliased and DISTINCT columns.Jason Kirtland2007-10-111-1/+37
* - Expanded JoinTest further, exercising joins the ORM depends on explicitlyJason Kirtland2007-10-101-14/+209
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-101-4/+4
* - Expanded the outer join tests, now covering a situation that looked like it...Jason Kirtland2007-10-081-20/+27
* - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fixJason Kirtland2007-10-081-8/+10
* - Added some outerjoin() execution exercises to the query tests.Jason Kirtland2007-10-081-1/+75
* - Squashed assumption of transparent type coercion support in defaults testJason Kirtland2007-10-071-1/+1
* - Tweaked unordered select tests to not be sensitive to result set order, als...Jason Kirtland2007-10-071-27/+108
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-1/+2
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-041-44/+0
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-021-1/+45
* - created a link between QueryContext and SelectionContext; the attributeMike Bayer2007-09-261-16/+0
* - columns from Alias objects, when used to target result-row columns, must ma...Mike Bayer2007-09-241-0/+16
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-6/+14
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-211-2/+2
* an early out processing insert/update column parameters was a bit too early.Ants Aasma2007-08-191-0/+6
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-4/+5
* Allow '$' in bind param detection [ticket:719], added test suite & fixed an e...Jason Kirtland2007-08-091-1/+32
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-126/+120
* Properly escape table names when reflecting for mssql and sqlite [ticket:653]Paul Johnston2007-07-171-0/+16
* - fixed "ambiguous column" result detection, when dupe col names existMike Bayer2007-07-151-1/+10
* - 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