summaryrefslogtreecommitdiff
path: root/test/sql/test_update.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-6/+7
* Support python3.6Mike Bayer2017-01-131-2/+2
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-241-7/+7
* - move out unconsumed names tests from test_compiler out to test_insert, test...Mike Bayer2016-03-021-2/+34
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-0/+124
* - update the flake8 rules againMike Bayer2014-07-181-96/+99
* - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-081-0/+11
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+3
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-221-1/+1
* - Adjusted the logic which applies names to the .c collection whenMike Bayer2014-02-261-1/+1
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-17/+139
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-0/+39
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* whitespaceDiana Clarke2013-03-301-3/+3
* move the update tests from CRUDTest into sql/test_update.py (see #2630)Diana Clarke2013-03-301-2/+173
* starting on the update tests next, pep8 pass first (see #2630)Diana Clarke2013-03-301-235/+236
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-3/+4
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-211-1/+0
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-0/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-13/+13
* - [bug] UPDATE..FROM syntax with SQL ServerMike Bayer2012-04-181-0/+25
* also add support for onupdate as we'd like this to fire off if an UPDATE actu...Mike Bayer2011-11-221-6/+102
* fixes to actually get tests to passMike Bayer2011-11-221-3/+9
* - commit the unit testsMike Bayer2011-11-221-0/+218