mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Test and docs for timedelta support, refs #522
This commit is contained in:
parent
8d186d33c2
commit
b2e0cd066d
2 changed files with 5 additions and 0 deletions
|
|
@ -1217,6 +1217,7 @@ If you pass a Python type, it will be mapped to SQLite types as shown here::
|
|||
datetime.datetime: "TEXT"
|
||||
datetime.date: "TEXT"
|
||||
datetime.time: "TEXT"
|
||||
datetime.timedelta: "TEXT"
|
||||
|
||||
# If numpy is installed
|
||||
np.int8: "INTEGER"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue