Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to sture Guids as Blobs #284 #739

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2018

  1. Added StoreGuidsAsBlobs parameter to SQLiteConnection

    alexander.marek committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    f05d194 View commit details
    Browse the repository at this point in the history
  2. Fixed build by changing signature of BindParameter (IntPtr stmt,... t…

    …o BindParameter (Sqlite3Statement stmt,...
    alexander.marek committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    92e8130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e3cab9 View commit details
    Browse the repository at this point in the history
  4. Added query tests (linq and raw) for guids as blobs

    alexander.marek committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    79db684 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Fixed AsyncTests by creating a separate db file per test

    alexander.marek committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    56ecff1 View commit details
    Browse the repository at this point in the history
  2. Added async tests for option StoreGuidsAsBlobs

    alexander.marek committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    1a2b97c View commit details
    Browse the repository at this point in the history
  3. Fixed Bug: Creating a SQLiteAsyncConnection and closing it without us…

    …ing the connection at all leads to a NullReferenceException (as no Entry exists that can be Closed())
    alexander.marek committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    879dd63 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Reverted asynctests to use single async.db for all tests

    alexander.marek committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    d11e15d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. add ctor without storeGuidsAsBlobs for compatibility with AppCenter a…

    …nd set AssemblyVersion to 1.1.0.0 also for compatibility
    bruzkovsky committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fc491a2 View commit details
    Browse the repository at this point in the history