Skip to content

Commit 03039b6

Browse files
committed
open connection behavior
1 parent 09769e2 commit 03039b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/ExecuteScriptsFolder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Predefined variables
110110
Opening a connection
111111
========================
112112

113-
Before starting any step SqlDatabase checks if a database, provided in the connection string, exists. If database does not exists the connection will be targeted to `master` for MSSQL and `postgres` for PostgreSQL.
113+
If the database specified in the connection string does not exist, execution will be terminated with the appropriate error.
114114

115115
MSSQL Server script example
116116
=============================

Examples/MigrationStepsFolder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Predefined variables
9898
Opening a connection
9999
========================
100100
101-
Before starting any step SqlDatabase checks if a database, provided in the connection string, exists. If database does not exists the connection will be targeted to `master` for MSSQL and `postgres` for PostgreSQL.
101+
If the database specified in the connection string does not exist, execution will be terminated with the appropriate error.
102102
103103
Migration MSSQL Server .sql step example
104104
=============================

0 commit comments

Comments
 (0)