mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-30 14:06:00 +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
|
|
@ -1,5 +1,5 @@
|
|||
from .utils import sqlite3, OperationalError, suggest_column_types
|
||||
from collections import namedtuple
|
||||
from collections import namedtuple, OrderedDict
|
||||
import datetime
|
||||
import hashlib
|
||||
import itertools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue