summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/bug_4417_default-encoding-to-utf81
-rw-r--r--client/changes/bug_open-db-in-autocommit-mode2
2 files changed, 0 insertions, 3 deletions
diff --git a/client/changes/bug_4417_default-encoding-to-utf8 b/client/changes/bug_4417_default-encoding-to-utf8
deleted file mode 100644
index 6801b766..00000000
--- a/client/changes/bug_4417_default-encoding-to-utf8
+++ /dev/null
@@ -1 +0,0 @@
- o Defaults detected encoding to utf-8 to avoid bug if detected encoding is None. Closes: #4417
diff --git a/client/changes/bug_open-db-in-autocommit-mode b/client/changes/bug_open-db-in-autocommit-mode
deleted file mode 100644
index 26edd5a9..00000000
--- a/client/changes/bug_open-db-in-autocommit-mode
+++ /dev/null
@@ -1,2 +0,0 @@
- o Open db in autocommit mode, to avoid nested transactions problems.
- Closes: #4400