mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-11 02:54:23 +02:00
Detect subclasses of dict/tuple/list, fixes #87
This commit is contained in:
parent
5e0000609f
commit
685e6a1bb3
4 changed files with 9 additions and 5 deletions
|
|
@ -621,6 +621,7 @@ def test_create_index_if_not_exists(fresh_db):
|
|||
["list with", "two items"],
|
||||
{"dictionary": "simple"},
|
||||
{"dictionary": {"nested": "complex"}},
|
||||
collections.OrderedDict([("key1", {"nested": "complex"}), ("key2", "foo"),]),
|
||||
[{"list": "of"}, {"two": "dicts"}],
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue