Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection string incompatible with azure SQL Server #9

Closed
bestekov opened this issue Nov 10, 2022 · 1 comment · Fixed by #10
Closed

Connection string incompatible with azure SQL Server #9

bestekov opened this issue Nov 10, 2022 · 1 comment · Fixed by #10

Comments

@bestekov
Copy link

According to the Azure docs, USE is invalid for switching databases: https://learn.microsoft.com/en-us/sql/t-sql/language-elements/use-transact-sql?view=sql-server-ver15

This line:

(format nil "USE [~A]" database)

Apparently may be causing issues?

This came from an issue in the pgloader library: dimitri/pgloader#1324 (comment)

@archimag
Copy link
Owner

Sorry, I don't use CL и MSSQL for many years, but I will do merge if you can solve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants