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

Add ADO Support #11

Open
theory opened this issue Feb 3, 2016 · 1 comment
Open

Add ADO Support #11

theory opened this issue Feb 3, 2016 · 1 comment

Comments

@theory
Copy link
Collaborator

theory commented Feb 3, 2016

Add URI::_ado with the ability to return a DBD::ADO DSN from dbi_dsn(). Need to ascertain what are the best parameters to use, since default params seem to be dependent on the Provider parameter value. What should its value be, if it is not in the query string part of the URI?

@theory
Copy link
Collaborator Author

theory commented Feb 3, 2016

Added simple URI::_ado in 51cc3ab, along with the ability to pass a driver name to URI::mssql's dbi_dsn() method to get an alternate DSN. Pass "ado" to get back a DBD::ADO DSN.

At this point, it includes no default Provider value, and simply adds all the same parameters as URI::_odbc does. Feedback on what parameters to use by default would be greatly appreciated. It might even make sense to use different default parameters if the Provider value is in the query portion of the URI, yes? Recommendations and pull requests wanted!

theory added a commit that referenced this issue Feb 3, 2016
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