Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Never set integer primary key fields to empty string
Don't attempt to set an INTEGER PRIMARY KEY field to an empty string as it will always result in a 'datatype mismatch' error by SQLite. Instead set it to '0'. See issue sqlitebrowser#859.
- Loading branch information