Skip to content

Commit

Permalink
Direct ADO feedback to issue #11.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 3, 2016
1 parent a0360cc commit 80a6873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Revision history for Perl extension URI::db.
that returns a DSN using DBD::ADO. NOTE: This class is experimental,
since I was unable to figure out the best default values for the
connection string -- there are so many options! Feedback and
recommendations wanted.
recommendations wanted (Issue #11).
- The `dbi_dsn` method of URI::mssql now supports a single argument to
specify the DBI driver for which to return a DSN. Pass in "sybase" or
"ado" (experimental) to get a DSN for either of those drivers,
Expand Down
2 changes: 1 addition & 1 deletion lib/URI/mssql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ Extends the implementation of C<dbi_dsn> to support a driver argument. By
default, C<dbi_dsn> returns a DSN appropriate for use with L<DBD::ODBC>. Pass
"sybase" or "ado" to instead get a DSN appropriate to L<DBD::Sybase> or
L<DBD::ADO>, respectively. Note that DBD::ADO value is experimental and
subject to change. Feedback wanted.
subject to change. L<Feedback wanted|https://github.com/theory/uri-db/issues/11>.
=cut

0 comments on commit 80a6873

Please sign in to comment.