Hello,
I was wondering why there was a need for a KvpFrame type when the key was
nevertheless holding the full path to the value, for example a Book may
have the slot:
"options" : a frame holding
"options/Accounts" : a frame holding
"options/Accounts/Use Trading Accounts" : a boolean
replying to myself :-)
- in xml, the slots frame present an hierarchical structure as
options
Accounts
Use Trading Accounts
t
- in sqlite, the key/value slots hold the full path to the slot lik
Simple answer is that when the sql backend was designed/written, I just
duplicated the xml structure. Yes, the name could have included everything.
Phil
On Tue, Dec 16, 2014 at 2:50 PM, Sébastien de Menten
wrote:
>
> replying to myself :-)
> - in xml, the slots frame present an hierarchical stru