mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-03 16:04:13 +02:00
parent
271b894af5
commit
84007dffa8
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ COLUMN_TYPE_MAPPING = {
|
||||||
"integer": "INTEGER",
|
"integer": "INTEGER",
|
||||||
"float": "FLOAT",
|
"float": "FLOAT",
|
||||||
"blob": "BLOB",
|
"blob": "BLOB",
|
||||||
|
|
||||||
}
|
}
|
||||||
# If numpy is available, add more types
|
# If numpy is available, add more types
|
||||||
if np:
|
if np:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue