summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-162-42/+57
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-161-1/+12
* Fixed a couple of typos & hardened against future similar errors.Jason Kirtland2007-10-161-62/+62
* Restored unicode foreign key tests for [ticket:729].Jason Kirtland2007-10-141-17/+26
* set svn:eol-style nativeJason Kirtland2007-10-131-235/+235
* More ORDER BY, now with use_labels.Jason Kirtland2007-10-121-33/+45
* - Added small DESC exercise to test_order_by.Jason Kirtland2007-10-121-0/+14
* Firebird: added Float and Time types (FBFloat and FBTime). Fixed BLOB SUB_TYP...Roger Demetrescu2007-10-121-54/+67
* Added query coverage for ORDER BY over regular, aliased and DISTINCT columns.Jason Kirtland2007-10-111-1/+37
* - sqlite housekeeping- added dialect test & moved tests there, pruned the dia...Jason Kirtland2007-10-111-21/+0
* - Expanded JoinTest further, exercising joins the ORM depends on explicitlyJason Kirtland2007-10-101-14/+209
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-102-9/+9
* - 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
* - Rewrote autoincrement tests: added new scenarios, changed the orm fetchid t...Jason Kirtland2007-10-071-40/+63
* - Tweaked unordered select tests to not be sensitive to result set order, als...Jason Kirtland2007-10-071-27/+108
* - fix to anonymous label generation of long table/column names [ticket:806]Mike Bayer2007-10-071-3/+19
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-1/+2
* - oracle does not implicitly convert to unicode for non-typed resultMike Bayer2007-10-061-3/+4
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-042-72/+0
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-022-1/+73
* - Tweaked the sql.text date testJason Kirtland2007-10-021-1/+1
* - Unraveled DateTest, removed bogus coverage omission for MySQL TIME typesJason Kirtland2007-10-021-44/+66
* Avoid tickling the MySQL-python 1.2.2 executemany parsing bug on a couple tests.Jason Kirtland2007-09-261-0/+10
* - created a link between QueryContext and SelectionContext; the attributeMike Bayer2007-09-261-16/+0
* - the behavior of String/Unicode types regarding that they auto-convertMike Bayer2007-09-261-1/+28
* - columns from Alias objects, when used to target result-row columns, must ma...Mike Bayer2007-09-241-0/+16
* - adjusted operator precedence of NOT to match '==' and others, so thatMike Bayer2007-09-081-1/+9
* added assertion case for [ticket:764]Mike Bayer2007-09-081-0/+3
* [ticket:768] dont assume join criterion consists only of column objectsMike Bayer2007-09-081-0/+8
* - column defaults and onupdates, executing inline, will add parenthesisMike Bayer2007-09-061-0/+26
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-042-19/+19
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-011-2/+2
* - got all examples workingMike Bayer2007-09-011-1/+1
* - merged inline inserts branchMike Bayer2007-09-012-21/+42
* Adjusted ColumnDefault default function fitness check to only insure that a g...Jason Kirtland2007-08-221-7/+20
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-215-4/+6
* fixed generative behavior to copy collections, [ticket:752]Mike Bayer2007-08-211-0/+47
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-214-3/+5
* - method call removalMike Bayer2007-08-202-5/+5
* an early out processing insert/update column parameters was a bit too early.Ants Aasma2007-08-191-0/+6
* mssql unit test fixesPaul Johnston2007-08-191-2/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-186-12/+14
* - modified SQL operator functions to be module-level operators, allowingMike Bayer2007-08-181-0/+5
* - Added a "legacy" adapter to types, such that user-defined TypeEngineMike Bayer2007-08-171-13/+40
* - fix to bind param processing such that "False" values (like blank strings)Mike Bayer2007-08-161-1/+8
* added support for string date passthru in sqliteMike Bayer2007-08-161-0/+19
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-1/+1