Replies: 2 comments
-
The When you insert from table view, the whole row of data is inserted. All columns. It is you, who enter values for the row before commit. NULL value is correct for your column and SQLiteStudio must allow you to insert NULL. If you want to enforce default values for a column during insertion of NULL values, add |
Beta Was this translation helpful? Give feedback.
0 replies
-
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
A Default value for a filed has been specified in the stucture. When adding new record in Tables grid, nothing happend. It showed NULL value. However, no problem when running in SQL Editor.
Steps to reproduce
Operating system
Windows 10 Pro 22H2
SQLiteStudio version
v3.4.4
Beta Was this translation helpful? Give feedback.
All reactions