SQLiteWrapper Changelog

What's new in SQLiteWrapper 3.7.10 Alpha

Jan 25, 2012
  • Updated to sqlite 3.7.10
  • NOTE! There are code breaking changes in this release.
  • I've renamed many constants to their counterpart in the SQLite documentation.
  • Functions added:
  • sqlite3_blob_reopen
  • sqlite3_db_filename
  • sqlite3_db_release_memory
  • sqlite3_stmt_busy
  • sqlite3_stmt_readonly
  • sqlite3_uri_boolean
  • sqlite3_uri_int64
  • sqlite3_uri_parameter
  • sqlite3_vtab_config
  • sqlite3_vtab_on_conflict
  • sqlite3_wal_checkpoint_v2
  • Constant added:
  • Code breaking changes. See above.

New in SQLiteWrapper 3.7.4 Alpha (Dec 23, 2011)

  • Updated to sqlite 3.7.4
  • Functions added:
  • sqlite3_blob_reopen
  • sqlite3_stmt_readonly
  • Constant added:
  • SQLITE_FCNTL_FILE_POINTER

New in SQLiteWrapper 3.7.3 Alpha (Dec 23, 2011)

  • Updated to sqlite 3.7.3
  • Created "All constants.txt", "All functions.txt", "All objects.txt", "todo.txt"
  • It has been decided to not prefix the sqlite version number to these files as whatever source code management system that is used will be keeping a record of the changes
  • These files will keep a history of the constants, functions and objects that exists
  • in SQLite.