You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: