summaryrefslogtreecommitdiff
path: root/test/sql/generative.py
Commit message (Expand)AuthorAgeFilesLines
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-2/+2
* - Undeclared SAWarnings are now fatal to tests as well.Jason Kirtland2008-01-121-71/+72
* - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads,Mike Bayer2007-12-161-6/+54
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-081-6/+6
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-061-6/+31
* added self referential testMike Bayer2007-11-101-0/+16
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-0/+1
* more changes to traverse-and-clone; a particular element will only be cloned ...Mike Bayer2007-11-081-3/+20
* - identified some cases where Alias needs to be cloned; but still cant cloneMike Bayer2007-11-081-2/+7
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-2/+44
* - fixed expression translation of text() clauses; this repairs variousMike Bayer2007-10-281-1/+16
* 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-211-0/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-1/+2
* - generalized a SQLCompileTest out of select.py, installedMike Bayer2007-08-131-18/+17
* fixed glitch in Select visit traversal, fixes #693Mike Bayer2007-07-271-5/+4
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+275