From f733133c835193a884edcf34e5daff6365745d21 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 23 Jul 2015 17:04:20 +0200 Subject: Options/Types: Fix database OPTIONS parsing This is mostly from 257eb0c17 and 16d3e04cb to allow for setting arbitrary database options since some settings require nested dictionaries, etc. This got lost during merge from maint into master because of the completely different Options parsing. --- doc/releases/1.4.0pre2.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/releases/1.4.0pre2.txt b/doc/releases/1.4.0pre2.txt index a5c10777a..195f81df0 100644 --- a/doc/releases/1.4.0pre2.txt +++ b/doc/releases/1.4.0pre2.txt @@ -31,6 +31,11 @@ backwards-incompatible user-facing changes This fixes potentially long client runs when comparing files that have diverged significantly. +* The database options in the config (options and reporting_options in database + section) now have to be literal python dictionaries. + + This allows to set arbitrary options with nested settings. + Thanks ------ -- cgit v1.2.3-1-g7c22