Small. Fast. Reliable.
Choose any three.
*** 32,38 ****
  The DATE type would only work on new databases.  Legacy databases
  would continue to exhibit the legacy behavior.  Older versions
  of SQLite would not be able to read or write databases that used
! the new DATE type.
  
  **PRIMARY KEY NOT NULL**
  
--- 32,40 ----
  The DATE type would only work on new databases.  Legacy databases
  would continue to exhibit the legacy behavior.  Older versions
  of SQLite would not be able to read or write databases that used
! the new DATE type. Perhaps older versions of SQLite could interpret
! the date column as a double to provide some measure of backwards
! compatability.
  
  **PRIMARY KEY NOT NULL**