We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cc3ab commit a0360ccCopy full SHA for a0360cc
lib/URI/db.pm
@@ -285,7 +285,7 @@ DBI DSN. Some examples:
285
| db:mysql://localhost:33/foo | dbi:mysql:host=localhost;port=33;database=foo |
286
| db:db2://localhost:33/foo | dbi:DB2:HOSTNAME=localhost;PORT=33;DATABASE=foo |
287
| db:vertica:dbadmin | dbi:ODBC:DSN=dbadmin |
288
- | db:mssql://foo.com/pubs?Driver=MSSQL | dbi:ADO:Host=foo.com;Database=pubs;Driver=MSSQL |
+ | db:mssql://foo.com/pubs?Driver=MSSQL | dbi:ODBC:Host=foo.com;Database=pubs;Driver=MSSQL |
289
290
=head3 C<dbi_params>
291
0 commit comments