Skip to content

Commit

Permalink
Merge pull request #13 from arthurtabbal/main
Browse files Browse the repository at this point in the history
Ajustar para mssql
  • Loading branch information
marceloarocha authored Feb 8, 2024
2 parents f26e06d + b907dc4 commit 9cd2cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/resources/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@


else:
TYPE = "mssql+pymssql" if TYPE == "mssql" else TYPE
url_object = URL.create(
TYPE, username=USER, password=PASS, host=HOST, database=DATABASE, port=PORT
)
Expand Down

0 comments on commit 9cd2cbe

Please sign in to comment.