-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: master
Are you sure you want to change the base?
Commits on Aug 7, 2018
-
Added StoreGuidsAsBlobs parameter to SQLiteConnection
alexander.marek committedAug 7, 2018 Configuration menu - View commit details
-
Copy full SHA for f05d194 - Browse repository at this point
Copy the full SHA f05d194View commit details -
Fixed build by changing signature of BindParameter (IntPtr stmt,... t…
…o BindParameter (Sqlite3Statement stmt,...
alexander.marek committedAug 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 92e8130 - Browse repository at this point
Copy the full SHA 92e8130View commit details -
Fixed unittests by referencing SQLitePCLRaw.bundle_green 1.1.11
alexander.marek committedAug 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 6e3cab9 - Browse repository at this point
Copy the full SHA 6e3cab9View commit details -
Added query tests (linq and raw) for guids as blobs
alexander.marek committedAug 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 79db684 - Browse repository at this point
Copy the full SHA 79db684View commit details
Commits on Aug 8, 2018
-
Fixed AsyncTests by creating a separate db file per test
alexander.marek committedAug 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 56ecff1 - Browse repository at this point
Copy the full SHA 56ecff1View commit details -
Added async tests for option StoreGuidsAsBlobs
alexander.marek committedAug 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 1a2b97c - Browse repository at this point
Copy the full SHA 1a2b97cView commit details -
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 committedAug 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 879dd63 - Browse repository at this point
Copy the full SHA 879dd63View commit details
Commits on Aug 14, 2018
-
Reverted asynctests to use single async.db for all tests
alexander.marek committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for d11e15d - Browse repository at this point
Copy the full SHA d11e15dView commit details
Commits on Feb 24, 2020
-
add ctor without storeGuidsAsBlobs for compatibility with AppCenter a…
…nd set AssemblyVersion to 1.1.0.0 also for compatibility
Configuration menu - View commit details
-
Copy full SHA for fc491a2 - Browse repository at this point
Copy the full SHA fc491a2View commit details