Null always entered by default #5313
Cosmicowboy
started this conversation in
General
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When entering new values to a database
NULL
seems to be entered always, regardless of what the default is set as. I have a small SQLite db that has a column with a default ofCURRENT_DATE
. This default works to collect the current date at time of submission; however, this value can be overwritten withNULL
. SQLiteStudio seems to always enterNULL
if value is not entered into field when submitting new values using Grid View.Beta Was this translation helpful? Give feedback.
All reactions