Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
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
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com