forked from brianmckeen/sqitch
-
Notifications
You must be signed in to change notification settings - Fork 1
MSSQL TODO
drmuey edited this page May 3, 2016
·
31 revisions
-
Avoid sqlcmd.exe so it can be run on any system, not just Windows7dd7456 && 45f1452 - Typical engine tests for mssql.pm
- Any new Prereqs to dist
-
POD for new()’s _driver attr (or do we?)we do, since its public dbd_driver() now - (done, will check off once PR #7 is merged) 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 thein PR #7 22f643cthis being necessary seems like a bug, no?
comment is a thing or not. -
Addressin PR #7 274f5f3# TODO: is this correct for all 3 $self->dbd_driver()?
-
Addressin PR #7 e887237# TODO: deal w/ case sensitivity in these checks e.g. it was given …
- 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
Original abandoned fork: