mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#455 - Should not generate "FOR UPDATE" for delete query
This commit is contained in:
@@ -435,6 +435,7 @@ public class DefaultOrmQuery<T> implements SpiQuery<T> {
|
||||
// includes joins and we use - delete ... where id in (...)
|
||||
maxRows = 0;
|
||||
firstRow = 0;
|
||||
forUpdate = false;
|
||||
setSelectId();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user