| Commit message (Expand) | Author | Age | Files | Lines |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 2 | -42/+57 |
| * | - Fixed SQL compiler's awareness of top-level column labels as used | Mike Bayer | 2007-10-16 | 1 | -1/+12 |
| * | Fixed a couple of typos & hardened against future similar errors. | Jason Kirtland | 2007-10-16 | 1 | -62/+62 |
| * | Restored unicode foreign key tests for [ticket:729]. | Jason Kirtland | 2007-10-14 | 1 | -17/+26 |
| * | set svn:eol-style native | Jason Kirtland | 2007-10-13 | 1 | -235/+235 |
| * | More ORDER BY, now with use_labels. | Jason Kirtland | 2007-10-12 | 1 | -33/+45 |
| * | - Added small DESC exercise to test_order_by. | Jason Kirtland | 2007-10-12 | 1 | -0/+14 |
| * | Firebird: added Float and Time types (FBFloat and FBTime). Fixed BLOB SUB_TYP... | Roger Demetrescu | 2007-10-12 | 1 | -54/+67 |
| * | Added query coverage for ORDER BY over regular, aliased and DISTINCT columns. | Jason Kirtland | 2007-10-11 | 1 | -1/+37 |
| * | - sqlite housekeeping- added dialect test & moved tests there, pruned the dia... | Jason Kirtland | 2007-10-11 | 1 | -21/+0 |
| * | - Expanded JoinTest further, exercising joins the ORM depends on explicitly | Jason Kirtland | 2007-10-10 | 1 | -14/+209 |
| * | - initial sybase support checkin, [ticket:785] | Mike Bayer | 2007-10-10 | 2 | -9/+9 |
| * | - Expanded the outer join tests, now covering a situation that looked like it... | Jason Kirtland | 2007-10-08 | 1 | -20/+27 |
| * | - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fix | Jason Kirtland | 2007-10-08 | 1 | -8/+10 |
| * | - Added some outerjoin() execution exercises to the query tests. | Jason Kirtland | 2007-10-08 | 1 | -1/+75 |
| * | - Squashed assumption of transparent type coercion support in defaults test | Jason Kirtland | 2007-10-07 | 1 | -1/+1 |
| * | - Rewrote autoincrement tests: added new scenarios, changed the orm fetchid t... | Jason Kirtland | 2007-10-07 | 1 | -40/+63 |
| * | - Tweaked unordered select tests to not be sensitive to result set order, als... | Jason Kirtland | 2007-10-07 | 1 | -27/+108 |
| * | - fix to anonymous label generation of long table/column names [ticket:806] | Mike Bayer | 2007-10-07 | 1 | -3/+19 |
| * | Firebird dialect now uses SingletonThreadPool as its poolclass. | Roger Demetrescu | 2007-10-07 | 1 | -1/+2 |
| * | - oracle does not implicitly convert to unicode for non-typed result | Mike Bayer | 2007-10-06 | 1 | -3/+4 |
| * | - move PG RETURNING tests to postgres dialect test | Mike Bayer | 2007-10-04 | 2 | -72/+0 |
| * | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 2 | -1/+73 |
| * | - Tweaked the sql.text date test | Jason Kirtland | 2007-10-02 | 1 | -1/+1 |
| * | - Unraveled DateTest, removed bogus coverage omission for MySQL TIME types | Jason Kirtland | 2007-10-02 | 1 | -44/+66 |
| * | Avoid tickling the MySQL-python 1.2.2 executemany parsing bug on a couple tests. | Jason Kirtland | 2007-09-26 | 1 | -0/+10 |
| * | - created a link between QueryContext and SelectionContext; the attribute | Mike Bayer | 2007-09-26 | 1 | -16/+0 |
| * | - the behavior of String/Unicode types regarding that they auto-convert | Mike Bayer | 2007-09-26 | 1 | -1/+28 |
| * | - columns from Alias objects, when used to target result-row columns, must ma... | Mike Bayer | 2007-09-24 | 1 | -0/+16 |
| * | - adjusted operator precedence of NOT to match '==' and others, so that | Mike Bayer | 2007-09-08 | 1 | -1/+9 |
| * | added assertion case for [ticket:764] | Mike Bayer | 2007-09-08 | 1 | -0/+3 |
| * | [ticket:768] dont assume join criterion consists only of column objects | Mike Bayer | 2007-09-08 | 1 | -0/+8 |
| * | - column defaults and onupdates, executing inline, will add parenthesis | Mike Bayer | 2007-09-06 | 1 | -0/+26 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 2 | -19/+19 |
| * | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 1 | -2/+2 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 2 | -21/+42 |
| * | Adjusted ColumnDefault default function fitness check to only insure that a g... | Jason Kirtland | 2007-08-22 | 1 | -7/+20 |
| * | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 5 | -4/+6 |
| * | fixed generative behavior to copy collections, [ticket:752] | Mike Bayer | 2007-08-21 | 1 | -0/+47 |
| * | - omitted 'table' and 'column' from 'from sqlalchemy import *' | Jason Kirtland | 2007-08-21 | 4 | -3/+5 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 2 | -5/+5 |
| * | an early out processing insert/update column parameters was a bit too early. | Ants Aasma | 2007-08-19 | 1 | -0/+6 |
| * | mssql unit test fixes | Paul Johnston | 2007-08-19 | 1 | -2/+2 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 6 | -12/+14 |
| * | - modified SQL operator functions to be module-level operators, allowing | Mike Bayer | 2007-08-18 | 1 | -0/+5 |
| * | - Added a "legacy" adapter to types, such that user-defined TypeEngine | Mike Bayer | 2007-08-17 | 1 | -13/+40 |
| * | - fix to bind param processing such that "False" values (like blank strings) | Mike Bayer | 2007-08-16 | 1 | -1/+8 |
| * | added support for string date passthru in sqlite | Mike Bayer | 2007-08-16 | 1 | -0/+19 |
| * | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -1/+1 |