1.7.0
Arrays of Date
/ Time
/ Timestamp
/ Timestamptz
now work in SQLite.
For example:
class MyTable(Table):
times = Array(Time())
dates = Array(Date())
timestamps = Array(Timestamp())
timestamps_tz = Array(Timestamptz())
Arrays of Date
/ Time
/ Timestamp
/ Timestamptz
now work in SQLite.
For example:
class MyTable(Table):
times = Array(Time())
dates = Array(Date())
timestamps = Array(Timestamp())
timestamps_tz = Array(Timestamptz())