File tree Expand file tree Collapse file tree
lib/gooddata/cloud_resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.7.72
1+ 3.7.73
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def connect
9191 prop . setProperty ( 'userName' , authentication [ 'userName' ] )
9292 prop . setProperty ( 'password' , authentication [ 'password' ] )
9393
94- @connection = com . microsoft . sqlserver . jdbc . SQLServerDriver . new . connect ( @url , prop )
94+ @connection = com . microsoft . sqlserver . jdbc . SQLServerDriver . new . connect ( connection_string , prop )
9595 end
9696
9797 def validate
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def connect
8484 prop . setProperty ( 'DbUser' , @authentication [ 'iam' ] [ 'dbUser' ] )
8585 end
8686
87- @connection = com . amazon . redshift . jdbc42 . Driver . new . connect ( @url , prop )
87+ @connection = com . amazon . redshift . jdbc42 . Driver . new . connect ( full_url , prop )
8888 end
8989
9090 private
You can’t perform that action at this time.
0 commit comments