Version History

1.0.44.0 - July 22, 2007

1.0.43.0 - June 21, 2007

1.0.42.0 - June 1, 2007

1.0.41.0 - April 23, 2007

1.0.40.0 - January 31, 2007

1.0.39.1 - January 11, 2007

1.0.39.0 - January 10, 2007

1.0.38.0 - November 22, 2006

1.0.37.0 - November 19, 2006

1.0.36.1 - October 25, 2006

1.0.36.0 - October 23, 2006

1.0.35.1 - September 12, 2006

1.0.35.0 - September 10, 2006

1.0.34.0 - September 4, 2006

1.0.33.0 - August 21, 2006

1.0.32.0 - August 6, 2006

1.0.31.0 - July 16, 2006

1.0.30.1 - July 2, 2006

1.0.29.0 - May 16, 2006

1.0.28.0 - April 14, 2006

1.0.27.1 - February 28, 2006

1.0.27.0 - February 27, 2006

1.0.26.2 - February 15, 2006

1.0.26.1 - February 14, 2006

1.0.26.0 - February 11, 2006

1.0.25.0 - January 31, 2006

1.0.24.6 beta - January 23, 2006

1.0.24.5 beta - January 20, 2006

1.0.24.4 beta - January 16, 2006

1.0.24.3 beta - January 10, 2006

1.0.24.2 - December 30, 2005

1.0.24.1 - December 19, 2005

1.0.24 - December 9, 2005

1.0.23 - November 21, 2005

1.0.22 - November 11, 2005

1.0.21 - November 4, 2005

1.0.20 - October 19, 2005

1.0.19 - October 5, 2005

1.0.18.1 - September 19, 2005

1.0.18 - September 1, 2005

1.0.17 - August 26, 2005

1.0.16 - August 24, 2005

1.0.15 - August 22, 2005

1.0.14 - August 16, 2005

1.0.13 - August 8, 2005

  • Fixed a named parameter bug in the base SQLite_UTF16 class, which of course only showed up when a database connection was opened using the UseUTF16Encoding=True parameter.
  • Fixed a performance issue in SQLite_UTF16 involving string marshaling.

1.0.12 - August 5, 2005

  • Full support for the Compact Framework.  Each build (Debug/Release) now has a platform, either Win32 or Compact Framework.  The correct projects are built accordingly.  See the Distributing SQLite section for information on what files need to be distributed for each platform. 
  • Modified SQLite3.Reset() and Step() functions to transparently handle timeouts while waiting on the database to become available (typically when a writer is waiting on a reader to finish, or a reader is waiting on a writer to finish).
  • Lots of code cleanup as suggested by the Code Analyzer (FxCop).
  • Lots of updates to the helpfile (as you can see).
  • Statements were already prepared lazily in a SQLiteCommand, but now its even more lazy.  Statements are now only prepared if the statements haven't been previously prepared and a Prepare() function is called (and the command is associated with a connection) or just prior to the command being executed. 

1.0.11 - August 1, 2005

1.0.10 - June 10, 2005

1.0.09a - May 25, 2005

1.0.09 - May 24, 2005

1.0.08 Refresh - Mar 24, 2005

1.0.08 - Mar 11, 2005

1.0.07 - Mar 5, 2005

1.0.06 - Mar 1, 2005

1.0.05 - Feb 25, 2005

1.0.04 - Feb 24, 2005

1.0.03 - Feb 23, 2005

1.0.02 - Feb 21, 2005