summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-47/+1
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-032-0/+81
* - func.count() with no argument emits COUNT(*)Jason Kirtland2008-07-241-0/+9
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-161-1/+1
* - Removed 2.3 Decimal compatJason Kirtland2008-07-151-4/+4
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-152-2/+1
* - Fixed bug when calling select([literal('foo')])Mike Bayer2008-07-151-0/+3
* possible fix for MS-SQL version of match() test, but the real solution here m...Mike Bayer2008-07-141-1/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+10
* merge r4889, SQLite Float type, from 0.4 branchMike Bayer2008-07-021-1/+4
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-0/+18
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-221-0/+9
* - Quick cleanup of defaults.py. The main DefaultTest is still a mess.Jason Kirtland2008-05-202-151/+155
* Split out a couple true autoincrement/identity tests from emulated-with-seque...Jason Kirtland2008-05-191-30/+43
* - changed char_length() to use a fake, neutral "generic function"Mike Bayer2008-05-191-1/+10
* - added some help for a heavily flush-order-dependent testMike Bayer2008-05-161-1/+24
* Don't blat Table.quote= when resolving foreign keys.Jason Kirtland2008-05-151-0/+15
* Corrected Firebird failure reasonsLele Gaifax2008-05-151-7/+7
* - Removed @unsupportedJason Kirtland2008-05-144-32/+32
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-142-37/+134
* Tag some tests that fail under FirebirdLele Gaifax2008-05-132-4/+5
* - clause adaption hits _raw_columns of a select() (though no ORM tests need t...Mike Bayer2008-05-121-0/+6
* Tagged two tests that fail under FirebirdLele Gaifax2008-05-121-1/+2
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-091-13/+33
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-098-47/+77
* MSText no longer implicitly creates TEXT for string with no lengthMike Bayer2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-0911-166/+250
* - _Label adds itself to the proxy collection so that it works in correspoindi...Mike Bayer2008-05-061-0/+9
* - an unfortunate naming conflictMike Bayer2008-05-021-1/+1
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-0/+13
* fix order by for MySQL environmentMike Bayer2008-04-261-0/+2
* - improved behavior of text() expressions when used asMike Bayer2008-04-261-0/+11
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-161-0/+29
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-1/+1
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-075-132/+188
* factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ...Mike Bayer2008-04-041-0/+3
* fixed union() bug whereby oid_column would not be available if no oid_column ...Mike Bayer2008-04-041-0/+7
* - case() interprets the "THEN" expressionsMike Bayer2008-04-031-12/+23
* The case() function now also takes a dictionary as its whens parameter. But b...Ants Aasma2008-04-031-0/+33
* fixed OracleRaw type adaptation [ticket:902]Mike Bayer2008-04-021-0/+1
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-301-7/+7
* - can now allow selects which correlate all FROM clausesMike Bayer2008-03-281-0/+9
* - fixed SQL function truncation of trailing underscoresMike Bayer2008-03-251-1/+4
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-251-3/+15
* removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau...Mike Bayer2008-03-241-1/+32
* added escape kw arg to contains(), startswith(), endswith(), [ticket:791]Mike Bayer2008-03-191-1/+4
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-191-8/+17
* - Column._set_parent will complete the key==name contract for instances const...Jason Kirtland2008-03-181-0/+12
* - 'name' is no longer a require constructor argument for Column(). It (and ....Jason Kirtland2008-03-182-0/+49
* Added support for vendor-extended INSERT syntax like INSERT DELAYED INTOJason Kirtland2008-03-071-0/+45