Skip to content

Commit

Permalink
Added the tdvtconnection property when writing/updating the ds tds file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabsdavis committed Jun 21, 2023
1 parent c3221a9 commit 7045b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdvt/tdvt/setup_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def mangle_tds(file_path, connection_password_name):
try:
r1 = re.compile('(^\s*<named-connection .*? name=\').*?(\'>)')
r2 = re.compile('(^\s*<.*relation connection=\').*?(\' .*>)')
r3 = re.compile('(^\s*<connection .*?)(\s*/>)')
r3 = re.compile('(^\s*<connection .*?)''(^\s*<tdvtconnection .*?)(\s*/>)')

f = open(file_path, 'r')
new_tds = ''
Expand Down

0 comments on commit 7045b17

Please sign in to comment.