Skip to content

Commit 80a6873

Browse files
committed
Direct ADO feedback to issue #11.
1 parent a0360cc commit 80a6873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Revision history for Perl extension URI::db.
55
that returns a DSN using DBD::ADO. NOTE: This class is experimental,
66
since I was unable to figure out the best default values for the
77
connection string -- there are so many options! Feedback and
8-
recommendations wanted.
8+
recommendations wanted (Issue #11).
99
- The `dbi_dsn` method of URI::mssql now supports a single argument to
1010
specify the DBI driver for which to return a DSN. Pass in "sybase" or
1111
"ado" (experimental) to get a DSN for either of those drivers,

lib/URI/mssql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ Extends the implementation of C<dbi_dsn> to support a driver argument. By
4747
default, C<dbi_dsn> returns a DSN appropriate for use with L<DBD::ODBC>. Pass
4848
"sybase" or "ado" to instead get a DSN appropriate to L<DBD::Sybase> or
4949
L<DBD::ADO>, respectively. Note that DBD::ADO value is experimental and
50-
subject to change. Feedback wanted.
50+
subject to change. L<Feedback wanted|https://github.com/theory/uri-db/issues/11>.
5151
5252
=cut

0 commit comments

Comments
 (0)