Skip to content

Commit 178ff2a

Browse files
committed
adding the rest of the libraries
1 parent 4f2004b commit 178ff2a

File tree

11 files changed

+109
-122
lines changed

11 files changed

+109
-122
lines changed

bin/lib/net35/dbup-sqlserver.dll

512 Bytes
Binary file not shown.

bin/lib/net45/dbup-core.dll

2 KB
Binary file not shown.

bin/lib/net45/dbup-mysql.dll

0 Bytes
Binary file not shown.

bin/lib/net45/dbup-postgresql.dll

512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

bin/lib/netstandard2.0/dbup-core.dll

1.5 KB
Binary file not shown.

bin/lib/netstandard2.0/dbup-mysql.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tests/etc/_ManualExecution.Tests.dbops/tmp_full_config.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/oracle/Install-DBOPackage.Tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ Describe "Install-DBOPackage Oracle tests" -Tag $commandName, IntegrationTests {
109109
}
110110
AfterAll {
111111
if ((Test-Path $workFolder) -and $workFolder -like '*.Tests.dbops') { Remove-Item $workFolder -Recurse }
112-
$userExists = Invoke-DBOQuery @adminParams -Query "SELECT USERNAME FROM ALL_USERS WHERE USERNAME = '$oraUserName'" -As SingleValue
113-
if ($userExists) { $null = Invoke-DBOQuery @adminParams -Query $dropUserScript }
112+
$null = Invoke-DBOQuery @adminParams -Query $dropUserScript
114113
}
115114
Context "testing transactional deployment" {
116115
BeforeAll {

0 commit comments

Comments
 (0)