Skip to content

Releases: ellisnet/Portable.Data.Sqlite

Bug fix update

Choose a tag to compare

@ellisnet ellisnet released this 28 Nov 14:00

Version 1.1.2 is a bug fix update only.

EncryptedTable and TableSearch enhancements

Choose a tag to compare

@ellisnet ellisnet released this 15 Oct 23:57

New constructor for EncryptedTable that allows CryptEngine to be "inherited" from database connection; new ability to set case sensitivity and trimming on all TableSearch match items by "forced" properties.

Xamarin.Forms compatible

Choose a tag to compare

@ellisnet ellisnet released this 26 Aug 16:54

v1.1.0 - Tweaked for use with Xamarin.Forms. Added IDatabasePath interface, and added parameterless constructor for IObjectCryptEngine (as required by Xamarin.Forms). Breaking change from v1.0.0: Implementations of IObjectCryptEngine must implement the Initialize() method, in order to provide a way to pass in settings when using the parameterless constructor.

First official release

Choose a tag to compare

@ellisnet ellisnet released this 26 Aug 06:38

v1.0.0 - First official release, with several tweaks and bug-fixes. New Execute methods added to SqliteCommand. Breaking changes from v0.9.2: (a) TableSearchType enum members renamed from And/Or to MatchAll/MatchAny. (b) suppressExceptions parameter removed from SqliteDataReader.GetDecrypted methods in favor of DbNullHandling enum, for greater flexibility.