commit c4fa1ddacc51d9bb2a1aa6020576d4a57bf7d021 parent 2fd8d17ec7010947d038d8a34bbf7aa9402ff214 Author: Antoine A <> Date: Fri, 21 Jun 2024 00:40:58 +0200 codespell Diffstat:
| M | common/src/main/kotlin/db/transaction.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/src/main/kotlin/db/transaction.kt b/common/src/main/kotlin/db/transaction.kt @@ -119,7 +119,7 @@ fun PreparedStatement.executeUpdateViolation(): Boolean { } } -/** Execute an update checking if fail because of unique violation error and reseting state */ +/** Execute an update checking if fail because of unique violation error and resetting state */ fun PreparedStatement.executeProcedureViolation(): Boolean { val savepoint = connection.setSavepoint() return try {