Skip to content

Conversation

@mgwalm
Copy link

@mgwalm mgwalm commented Jul 19, 2014

Need to be able to use SQLiteAsyncConnection in a using statement.

…ll platform-specific code out into separate projects
…nnection, now defaults to using TaskScheduler.Default if not specified
oysteinkrog and others added 26 commits October 4, 2014 11:38
[Fix] Nullable types in ExecuteScalar
Exception is not longer thrown when you add a column with NotNull and
the table already exists. this requires Default attribute.
Added support for default values
Added project for Xamarin.iOS Unified API
Added Unified API project to Xamarin.iOS NuGet spec
Updated prepare.bat to include Unified API project
Added support for Xamarin.iOS Unified API
When executing a SUM query the method throws NullReferenceException if the
table is empty or no rows were selected by the WHERE clause or similar.
In these cases SQLite3.ColumnType returns ColType.Null, ReadCol returns null,
and the attempted cast to T throws the exception.

This fixes #171.

(cherry picked from commit 7c5792a)

Conflicts:
	src/SQLite.cs
@praeclarum
Copy link
Owner

This is a crazy pull request under the title IDisposable.

@praeclarum praeclarum closed this Jan 22, 2015
@mgwalm
Copy link
Author

mgwalm commented Jan 23, 2015

what do you mean, the request to make it Idisposable, or the pull request.

Anyway, I didn't do any pull requests.

eric-shim pushed a commit to eric-shim/sqlite-net that referenced this pull request May 24, 2017
Added support for REPLACE-function in WHERE-clause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.