summaryrefslogtreecommitdiff
path: root/test/sql/test_update.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-11/+13
* Sweep through UPDATE ordered_values a second timeMike Bayer2020-08-121-9/+104
* Correct for update.ordered_values() and use in new testMike Bayer2020-08-111-1/+3
* render INSERT/UPDATE column expressions up front; pass stateMike Bayer2020-08-081-1/+67
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-2/+0
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-1/+65
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-2/+45
* Repair inline flagMike Bayer2020-02-221-1/+10
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-2/+59
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-4/+8
* Use separate label generator for column_label naming conventionMike Bayer2019-10-141-0/+20
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+2
* Post black reformattingMike Bayer2019-01-061-27/+24
* Run black -l 79 against all source filesMike Bayer2019-01-061-539/+646
* Move CRUDTest, InlineDefaultTest from test_compilerMike Bayer2018-12-011-3/+185
* Include UPDATE/DELETE extra_froms in correlationMike Bayer2018-08-041-1/+57
* Support JOIN in UPDATE..FROMMike Bayer2018-06-131-0/+46
* Allow delete where clause to refer multiple tables.inytar2017-12-051-2/+2
* 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