summaryrefslogtreecommitdiff
path: root/test/sql/generative.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-815/+0
* - _CalculatedClause is goneMike Bayer2009-01-281-0/+7
* - Query.from_self() as well as query.subquery() both disableMike Bayer2009-01-151-0/+5
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-181-0/+4
* - turn __visit_name__ into an explicit member.Mike Bayer2008-12-111-0/+17
* - Two fixes to help prevent out-of-band columns fromMike Bayer2008-12-031-0/+26
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+1
* - clause adaption hits _raw_columns of a select() (though no ORM tests need t...Mike Bayer2008-05-121-0/+6
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-54/+160
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-6/+60
* removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau...Mike Bayer2008-03-241-1/+32
* Added support for vendor-extended INSERT syntax like INSERT DELAYED INTOJason Kirtland2008-03-071-0/+45
* - fixed bug which was preventing UNIONS from being cloneable,Mike Bayer2008-03-041-1/+23
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* - 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