summaryrefslogtreecommitdiff
path: root/test/sql/query.py
Commit message (Expand)AuthorAgeFilesLines
* - fixed some oracle unit tests in test/sql/Mike Bayer2008-10-241-1/+1
* Corrected the is_subquery() check based on recent changes. Excluded the test_...Michael Trier2008-10-211-1/+1
* Slightly changed behavior of IN operator for comparing to empty collections. ...Ants Aasma2008-10-201-1/+8
* Unless I'm missing something mssql doesn't support and / or within column sel...Michael Trier2008-10-161-0/+1
* - Bind params now subclass ColumnElement which allows them to beMike Bayer2008-09-091-4/+1
* - The exists() construct won't "export" its contained listMike Bayer2008-09-081-0/+20
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-031-25/+69
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-0/+32
* Corrected Firebird failure reasonsLele Gaifax2008-05-151-7/+7
* - Removed @unsupportedJason Kirtland2008-05-141-18/+18
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-3/+3
* Tag some tests that fail under FirebirdLele Gaifax2008-05-131-2/+3
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-10/+32
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-3/+3
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-1/+1
* - fixed bug in result proxy where anonymously generatedMike Bayer2008-02-141-3/+17
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* - implemented RowProxy.__ne__ [ticket:945], thanks knutroyJason Kirtland2008-01-311-0/+14
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-22/+22
* - added "ilike()" operator to column operations.Mike Bayer2008-01-111-13/+26
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-1/+1
* correction...Jason Kirtland2007-12-141-1/+1
* try to bang mysql tests to workMike Bayer2007-12-141-1/+1
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-65/+3
* Disabled some tests with INTERSECT, not handled by FirebirdLele Gaifax2007-12-121-6/+6
* fix to unique bind params, you *can* use the same unique bindparam multiple t...Mike Bayer2007-12-071-8/+4
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-061-0/+19
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-89/+0
* - column labels in the form "tablename.columname", i.e. with a dot, are nowMike Bayer2007-11-271-0/+5
* added a test to validate ResultProxy truncation behaviorMike Bayer2007-11-271-0/+7
* - identified some cases where Alias needs to be cloned; but still cant cloneMike Bayer2007-11-081-0/+1
* Migrated maxdb behavioral assumptions from unsupported to fails_onJason Kirtland2007-11-051-90/+92
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-1/+2
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-10/+18
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-15/+15
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-161-1/+12
* Fixed a couple of typos & hardened against future similar errors.Jason Kirtland2007-10-161-62/+62
* More ORDER BY, now with use_labels.Jason Kirtland2007-10-121-33/+45
* - Added small DESC exercise to test_order_by.Jason Kirtland2007-10-121-0/+14
* Added query coverage for ORDER BY over regular, aliased and DISTINCT columns.Jason Kirtland2007-10-111-1/+37
* - Expanded JoinTest further, exercising joins the ORM depends on explicitlyJason Kirtland2007-10-101-14/+209
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-101-4/+4
* - Expanded the outer join tests, now covering a situation that looked like it...Jason Kirtland2007-10-081-20/+27
* - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fixJason Kirtland2007-10-081-8/+10
* - Added some outerjoin() execution exercises to the query tests.Jason Kirtland2007-10-081-1/+75
* - Squashed assumption of transparent type coercion support in defaults testJason Kirtland2007-10-071-1/+1
* - Tweaked unordered select tests to not be sensitive to result set order, als...Jason Kirtland2007-10-071-27/+108
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-1/+2
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-041-44/+0
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-021-1/+45