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

Example for MS-SQL does not retrieve values properly from SQL Server 2022 #39

Closed
leandrodotec opened this issue Jun 11, 2023 · 1 comment · Fixed by #40
Closed

Example for MS-SQL does not retrieve values properly from SQL Server 2022 #39

leandrodotec opened this issue Jun 11, 2023 · 1 comment · Fixed by #40

Comments

@leandrodotec
Copy link
Contributor

sql.query ( ) generates a call to sp_executesql and '$1' is not a valid parameter.

link to sp_executesql documentation:

https://learn.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-executesql-transact-sql?view=sql-server-ver16

@leandrodotec
Copy link
Contributor Author

Btw, the create table and insert statements work just right :-).

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.

1 participant