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

unseal SqliteConnectionStringBuilder #191

Open
GoogleCodeExporter opened this issue Jun 24, 2015 · 1 comment
Open

unseal SqliteConnectionStringBuilder #191

GoogleCodeExporter opened this issue Jun 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
Just passing in a string value to SqliteConnection is fine, but I have a 
program that is passing around a ConnectionStringBuilder, and unless there is 
another option would like the SqliteConnectionStringBuilder to not be sealed.

-public sealed class SqliteConnectionStringBuilder : DbConnectionStringBuilder
 {

What is the expected output? What do you see instead?
-public class SqliteConnectionStringBuilder : DbConnectionStringBuilder
 {


var connectionInfo = e.Data as ConnectionInfo;
            var connectionBuilder = connectionInfo.Builder as SqliteConnectionStringBuilder;


What version of the product are you using? On what operating system?
3.7.7.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Mar 2015 at 1:54

@GoogleCodeExporter
Copy link
Author

Not sure why, but after a few builds it eventually allowed the sealed class to 
be used.  So no need for changing it.

Original comment by [email protected] on 14 Mar 2015 at 7:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant