Sqlite3 has an own data type for timestamps: datetime.
Qbs does not support "datetime" with sqlite. So it's hard to use an existing database.
When I use "text" for my time.Time types, it's working well. But this is not acceptable, because it is not possible to use the sqlite datetime features.
Sqlite3 has an own data type for timestamps: datetime.
Qbs does not support "datetime" with sqlite. So it's hard to use an existing database.
When I use "text" for my time.Time types, it's working well. But this is not acceptable, because it is not possible to use the sqlite datetime features.