summaryrefslogtreecommitdiff
path: root/test/orm/test_update_delete.py
Commit message (Expand)AuthorAgeFilesLines
* Support hybrids/composites with bulk updatesMike Bayer2017-03-221-17/+0
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-1/+38
* Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-031-1/+13
|\
| * Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-201-1/+13
* | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-011-11/+33
|/
* - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-161-11/+129
* - fix importsMike Bayer2014-10-161-21/+24
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-3/+3
* -do an autoflake8 hereMike Bayer2014-07-081-141/+161
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-081-3/+16
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-241-0/+3
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-1/+33
* - the raw 2to3 runMike Bayer2013-04-271-12/+12
* Fixed regression where query.update() would produceMike Bayer2012-11-121-1/+1
* added test of synchronize_session='fetch' on rows which are not already in th...Scott Torborg2012-11-101-0/+9
* - add some UPDATE..FROM tests and also some new reqsMike Bayer2012-10-121-4/+46
* - start adding ORM-level tests for plain UPDATE..FROM scenarios.Mike Bayer2012-10-121-3/+82
* getting everything to pass againMike Bayer2012-09-271-1/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-3/+3
* - MySQL's update does work. add some logic to compiler to convert from ORM c...Mike Bayer2012-08-201-0/+13
* - [feature] The Query.update() method is nowMike Bayer2012-08-201-1/+89
* -whitespace bonanza, contdMike Bayer2012-07-281-17/+17
* - refactor query.update() and query.delete() to use a pureMike Bayer2012-04-291-0/+12
* fix tests so that document related is in a separate fixture baseMike Bayer2011-04-071-61/+99
* - Some fixes to "evaulate" and "fetch" evaluationMike Bayer2011-04-071-0/+506