in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

1.0.42.0 Posted

Last post 06-01-2007 2:00 PM by Robert Simpson. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 06-01-2007 2:00 PM

    1.0.42.0 Posted

    • Code merge with SQLite 3.3.17
    • Changed the SQLiteFunction static constructor so it only enumerates loaded modules that have referenced the SQLite assembly, which hopefully should cut down dramatically the time it takes for that function to execute. 
    • Added the FTS2 full-text search extension to the project.  Look for FTS1 to disappear within the next couple of revisions. 
    • Fixed a bug introduced with the finalizers that triggered an error when statements ended with a semi-colon or had other non-parsable comments at the end of a statement 
    • Fixed an intermittent multi-threaded race condition between the garbage collector thread and the main application thread which lead to an occasional SQLITE_MISUSE error.
    • Fixed another issue relating to SQLite's inherent typelessness when dealing with aggregate functions which could return Int64 or Double or even String for a given row depending on what was aggregated.
    • Remembered to recompile the DDEX portion of the engine this time, so Compact Framework users can once again use the design-time functionality

     

Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems