summaryrefslogtreecommitdiff
path: root/test/sql/labels.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-195/+0
* - anonymous alias names now truncate down to the max lengthMike Bayer2009-02-101-6/+39
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-051-8/+29
* - 0.5.0rc3, dohMike Bayer2008-10-181-11/+0
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-221-0/+9
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-16/+20
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-1/+1
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-2/+2
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-191-1/+24
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-19/+19
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-1/+1
* - fix to anonymous label generation of long table/column names [ticket:806]Mike Bayer2007-10-071-3/+19
* - method call removalMike Bayer2007-08-201-2/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-1/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-6/+12
* - fix to long name generation when using oid_column as an order byMike Bayer2007-05-071-1/+13
* Removed an unneeded and troublesome subquery test.Jason Kirtland2007-05-021-5/+0
* some notes on a labeling issue that arises when label truncation doesnt match...Mike Bayer2007-05-011-2/+13
* - the label() method on ColumnElement will properly propigate theMike Bayer2007-04-291-0/+9
* added keys() to ColumnParameters, needed for setbindparamsizes traversalMike Bayer2007-03-281-4/+4
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-9/+32
* added label truncation for bind param names which was lost in the previous re...Mike Bayer2007-03-281-0/+10
* - column labels are now generated in the compilation phase, whichMike Bayer2007-03-241-0/+34