summaryrefslogtreecommitdiff
path: root/test/engine/execute.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-166/+0
* - _execute_clauseelement() goes back to beingMike Bayer2008-12-171-3/+3
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-2/+2
* indicated that test_empty_insert fails on mssql since pyodbc returns a -1 alw...Michael Trier2008-10-091-2/+2
* fixed test for #1175Mike Bayer2008-10-051-6/+5
* Corrects issue where engine.execute raised exception when given empty list. F...Michael Trier2008-10-041-0/+7
* - Removed @unsupportedJason Kirtland2008-05-141-1/+1
* Tag some tests that fail under FirebirdLele Gaifax2008-05-131-0/+1
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-4/+86
* fixing recent schema.py changes to work with oracle 'owner' attributerel_0_4_3Mike Bayer2008-02-141-1/+1
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-9/+9
* Use an explicit ordering in the queryLele Gaifax2007-12-181-4/+4
* Firebird does use qmark style paramsLele Gaifax2007-12-131-1/+1
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-7/+9
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-1/+1
* Added test for DBAPIError exception wrapping.Jason Kirtland2007-10-141-1/+10
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-11/+6
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
* - Pulling pyformat test for MySQL-python, which fails on 3 driver versionsJason Kirtland2007-06-011-2/+4
* - some docstringsMike Bayer2007-04-201-1/+11
* support positional parameters at the execute level even for DBs where we dont...Mike Bayer2007-04-191-1/+1
* unit test with just one paramMike Bayer2007-04-191-1/+2
* - slight tweak to raw execute() change to also support tuples,Mike Bayer2007-04-031-4/+6
* - fixed argument passing to straight textual execute() on engine, connection.Mike Bayer2007-02-131-0/+56