Test and docs for timedelta support, refs #522

This commit is contained in:
Simon Willison 2023-11-03 17:54:37 -07:00
commit b2e0cd066d
2 changed files with 5 additions and 0 deletions

View file

@ -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"