#165 Use the config table as the options table it actually is
Merged by puiterwijk. Opened by puiterwijk.
puiterwijk/ipsilon config-is-options  into  master

Download 165.patch

It used to take a list and now accepts a dict?

_load_table accepts either a list (old format) or a dict (new format) for backwards compatibility.

The dict format also specifies the primary key and indexes, but the self._columns is set to either the argument if a list was provided, or the columns field if a dict was provided.

Cool, thanks for the explanation, looks fine to me :thumbsup:

Commit 7ec6dbba fixes this pull-request

Pull-Request has been merged by puiterwijk@redhat.com

Metadata