forked from brianmckeen/sqitch
-
Notifications
You must be signed in to change notification settings - Fork 1
MSSQL TODO
drmuey edited this page Feb 18, 2016
·
31 revisions
- Typical engine tests for mssql.pm
-
POD for new()’s _driver attr (or do we?)we do, since its public dbd_driver() now - Determine DSN/URI logic (e.g. look at discussion in PR #6 and grep for
?how does $uri->dbi_dsn know what $self->driver to use?
) - Determine if the
this being necessary seems like a bug, no?
comment is a thing or not. - Address
# TODO: is this correct for all 3 $self->dbd_driver()?
- Should
provider()
andintegrated_security()
return a sane default (or die or ??) if its not configured (i.e. if$self->sqitch->config->get()
returns nothing)- I can connect w/out provider so leave it as nothing
- integrated_security depends on provider so leave it as nothing and have the logic use a proper default as needed