File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Revision history for Perl extension URI::db.
5
5
that returns a DSN using DBD::ADO. NOTE: This class is experimental,
6
6
since I was unable to figure out the best default values for the
7
7
connection string -- there are so many options! Feedback and
8
- recommendations wanted.
8
+ recommendations wanted (Issue #11) .
9
9
- The `dbi_dsn` method of URI::mssql now supports a single argument to
10
10
specify the DBI driver for which to return a DSN. Pass in "sybase" or
11
11
"ado" (experimental) to get a DSN for either of those drivers,
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ Extends the implementation of C<dbi_dsn> to support a driver argument. By
47
47
default, C<dbi_dsn > returns a DSN appropriate for use with L<DBD::ODBC> . Pass
48
48
"sybase" or "ado" to instead get a DSN appropriate to L<DBD::Sybase> or
49
49
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> .
51
51
52
52
=cut
You can’t perform that action at this time.
0 commit comments