
- #Sqlite database file update#
- #Sqlite database file password#
Modify experimental WaitForEnlistmentReset method to require a nullable boolean parameter for the value to return when the connection is disposed. Set HResult property of SQLiteException based on the SQLite core library error code. More database connection configuration options for the sqlite3_db_config() interface. Override System.Object members for the SQLiteException class to improve its ToString return value. Support extended result codes when messages are looked up without the SQLite core library. Add GetFieldAffinity method to the SQLiteDataReader class. Add simpler overload for the SQLiteBlob.Create method. Prevent GetSchemaTable from throwing InvalidCastException.
Do not attempt to initialize the logging subsystem more than once.Add support for the sqlite3changeset_start_v2() and sqlite3changeset_start_v2_strm() interfaces.
Add experimental StrictConformance connection flag to force strict compliance to the ADO.NET standard.
#Sqlite database file password#
Add HidePassword connection flag to remove the password from the connection string once the database is opened. Add SetLimitOption method to the SQLiteConnection class. Add support for new DBCONFIG options from the SQLite core library. Include the "LINQ" partial classes in the primary managed assembly for. When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions. Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Add SQLite_ForceLogLifecycle environment variable to force logging of calls into key members pertaining to the lifecycle of connections and their associated classes (e.g. Add TextPassword connection string property for use with SEE. #Sqlite database file update#
Add support for ORDER BY and LIMIT for UPDATE and DELETE.Add support for math functions now provided by the SQLite core library.Fix metadata UTF-16 string length calculations on Linux.Add Busy event to the SQLiteConnection class.Improvements to object disposal handling for database connections.Add SQLite_StrongConnectionPool environment variable to prevent pooled connections from being garbage collected.More flexible connection pooling via the new ISQLiteConnectionPool2 interface.