summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorDamien Baty <damien@damienbaty.com>2023-03-01 17:49:32 +0100
committerDamien Baty <damien@damienbaty.com>2023-03-08 09:42:43 +0100
commitf4dc7969414f5c03b0e0b38062c34d5ab556379e (patch)
treeba90a53f6f627269daab2e7840d8da85b6652ed4 /AUTHORS
parent8ef5392fd1f50591aaaa0a6ea204f7545edceddd (diff)
Add config option to require a transaction for destructive statements
When this option is on, any statement that is deemed destructive (through the use of the `destructive_warning` config option) will not be executed unless a transaction has been started.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d7656eb7..bf1f6461 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -126,6 +126,7 @@ Contributors:
* Rigo Neri (rigoneri)
* Anna Glasgall (annathyst)
* Andy Schoenberger (andyscho)
+ * Damien Baty (dbaty)
Creator:
--------