Document mssql’s dbi_dsn(DRIVER) behavior.
drmuey opened this issue · 1 comments
drmuey commented
I created this issue for pull request #10 since I am unsure the proper place/way to do that for this project.
The behavior is:
my $dsn = $u->dbi_dsn($driver);
set the driver and get DSN for $driver
my $dns = $u->dbi_dsn;
on subsequent calls: get DSN for $driver
$driver
can be ODBC (default), ADO, or Sybase