summaryrefslogtreecommitdiff
path: root/test/orm/test_update_delete.py
Commit message (Expand)AuthorAgeFilesLines
* - 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