SQLite Forum

FEATURE REQUEST: use of DEFAULT in INSERTs
Login
Naming a column in the INSERT statement is a promise that you will provide a value and a request that SQL provide default values for the columns not mentioned; or an error message stating that such defaults are missing in the table declaration. You cannot just change your mind.