Enable nested keys in plugin configuration
------------------------------------------

                 Key: CORE-5257
                 URL: http://tracker.firebirdsql.org/browse/CORE-5257
             Project: Firebird Core
          Issue Type: Improvement
          Components: API / Client Library, Engine
    Affects Versions: 3.0.0
            Reporter: Vlad Khorsun
            Priority: Minor


Config-parsing code already supports nested keys but this feature is explicitly 
disabled in code for more than one nesting level.
API also supports nested keys, see IConfigEntry::getSubConfig method.
It seems we could safely enable this feature (and there is users asking for it)

Example of nested keys (could be used in plugins.conf):

Config = MyPluginConfig {
  Key1 = Val1
  Key2 = Val2 {
    SubKey = Val
    Subkey2 = {
...
   }
  }
}

currently, such configuration is parsed as set of plain keys.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to