in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Patch: Add SQLiteJournalModeEnum.Truncate

Last post 07-30-2010 1:56 PM by bgrainger. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 07-30-2010 1:56 PM

    Patch: Add SQLiteJournalModeEnum.Truncate

    SQLite added "PRAGMA journal_mode = TRUNCATE" (http://sqlite.org/pragma.html) in v3.6.4. The attached patch adds support for this option to the .NET wrapper; it can be specified with the SQLiteConnectionStringBuilder.JournalMode property when opening a connection.
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems