diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/changes/bug_4417_default-encoding-to-utf8 | 1 | ||||
-rw-r--r-- | client/changes/bug_open-db-in-autocommit-mode | 2 |
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 |