Replies: 1 comment
-
SQLite databases are not strict with data types. You can declare It seems that your database stores dates as integers and then these values are somehow converted to date values by the application that runs on this database. SQLiteStudio only shows what is there in the database. If it shows integers, it means you have integers in the database. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Details
I imported a datatable to sqlite, and viewed the data by sqlitestudio. And I found the date class column in sqlite grid view displayed integer. As the following picture... So how to display the date format in grid view?
Operating system
windows10
SQLiteStudio version
sqlitestudio-3.3.3.zip
Beta Was this translation helpful? Give feedback.
All reactions