Skip to content

Adds (optional) ctor parameters from SQLiteConnection to SQLiteConnectionWithLock #179

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

Merged
merged 1 commit into from
May 13, 2015

Conversation

irgendwienet
Copy link

SQLiteConnectionWithLock was missing a way to setup tableMappings and extraTypeMappings while the base class SQLiteConnection was accepting these values as constructor parameters.

For some special use cases we are planning to provide custom tableMappings. This works fine on SQLiteConnection but there was no way to use the same stuff on SQLiteConnectionWithLock. That was most surprising since SQLiteConnectionWithLock inherits from SQLiteConnection.

…tionWithLock.

SQLiteConnectionWithLock was missing a way to setup tableMappings and extraTypeMappings while the base class SQLiteConnection  was accepting these values as constructor parameters.
@aspnetde
Copy link

+1 – I would really appreciate that.

@oysteinkrog
Copy link
Owner

Thanks:)

oysteinkrog added a commit that referenced this pull request May 13, 2015
Adds (optional) ctor parameters from SQLiteConnection to SQLiteConnectionWithLock
@oysteinkrog oysteinkrog merged commit d835e97 into oysteinkrog:master May 13, 2015
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.

3 participants