Commit c059cbc
committed
executeStatement() returns:
false → SQL execution failed (real error)
0 → UPDATE executed successfully, but no data changed
0 → UPDATE executed and changed data
To Reproduce
This confirms that the exception is triggered in valid and expected situations, for example when:
multiple users perform the same search query at nearly the same time, or
the same search term is executed repeatedly within the same second.1 parent 4e7c8be commit c059cbc
File tree
1 file changed
+1
-1
lines changed- Classes/Domain/Search/LastSearches
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments