Small. Fast. Reliable.
Choose any three.
*** 139,147 ****
  
  _:Added as of 3.1
  
! *: INSERTing less values than columns does not fill the missing columns with the default values; if less 
! values than columns in the table are supplied, all columns filled have to be named before the keyword 
! values
  
  *: INSERTing one record with all VALUES to DEFAULT: INSERT INTO example () VALUES (); 
  
--- 139,145 ----
  
  _:Added as of 3.1
  
! *: INSERTing fewer values than columns does not fill the missing columns with the default values; if fewer values than columns in the table are supplied, all columns filled have to be named before the keyword values
  
  *: INSERTing one record with all VALUES to DEFAULT: INSERT INTO example () VALUES ();