Skip to content
  1. Jul 02, 2009
  2. Jul 01, 2009
  3. Jun 30, 2009
    • Gustavo Zacarias's avatar
      sqlite: bump version · 5818010f
      Gustavo Zacarias authored
      
      
      Closed #333.
      
       * Refactor the internal representation of SQL expressions so that they
         use less memory on embedded platforms.
       * Reduce the amount of stack space used
       * Fix an 64-bit alignment bug on HP/UX and Sparc
       * The sqlite3_create_function() family of interfaces now return
         SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter
         combinations.
       * When new tables are created using CREATE TABLE ... AS SELECT ... the
         datatype of the columns is the simplified SQLite datatype (TEXT, INT,
         REAL, NUMERIC, or BLOB) instead of a copy of the original datatype
         from the source table.
       * Resolve race conditions when checking for a hot rollback journal.
       * The sqlite3_shutdown() interface frees all mutexes under windows.
       * Enhanced robustness against corrupt database files
       * Continuing improvements to the test suite and fixes to obscure bugs
         and inconsistencies that the test suite improvements are uncovering.
      
      Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      5818010f
  4. Jun 29, 2009
  5. Jun 24, 2009
  6. Jun 23, 2009
  7. Jun 22, 2009
  8. Jun 21, 2009
  9. Jun 20, 2009
  10. Jun 19, 2009
  11. Jun 18, 2009
  12. Jun 17, 2009
  13. Jun 16, 2009
  14. Jun 15, 2009
    • Thomas Petazzoni's avatar
      Upgrade classpath version and fix compilation · 67603203
      Thomas Petazzoni authored
       * Upgrade to version 0.98
       * Use --disable-Werror, otherwise it doesn't build since warnings are
         treated as errors
       * Don't depend on tiff, which isn't mandatory, and doesn't
         build. Once tiff is fixed, we can re-add it as a dependency.
      67603203
Loading