Sqlite-net: [BREAKING CHANGE] SQLiteConnectionString ctor

Created on 11 Dec 2018  路  6Comments  路  Source: praeclarum/sqlite-net

A third required argument (object key) was added between versions 1.4.118 and 1.5.231 to SQLiteConnectionString ctor so this breaks libraries which tried to use it.

Btw. I mention that in all other ctors (SQLiteConnection, SQLiteAsyncConnection) it is added as optional (object key = null).

Bug

Most helpful comment

@praeclarum Any idea when 1.6 will be released? Currently users of my library experience a runtime error when upgrading the packages to the latest version, which is something do most of the time.

All 6 comments

Ah, it was this commit, which changes the ctors. But why is the SQLiteConnectionString the only, where key not defaults to null?

Yes, this was a mistake. Sorry for the trouble. I'll work on it this week.

@praeclarum Do you already know the date, when this bugfix will be released?

I have a fix in place and will release a beta today. If it looks good, I'll do a full release.

@praeclarum Any idea when 1.6 will be released? Currently users of my library experience a runtime error when upgrading the packages to the latest version, which is something do most of the time.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pha3z picture pha3z  路  4Comments

acaliaro picture acaliaro  路  6Comments

rneeft picture rneeft  路  6Comments

ToddThomson picture ToddThomson  路  3Comments

danielPollackGitHub picture danielPollackGitHub  路  5Comments