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

Update sql dll to support RETURNING #24617

Open
enaaab460 opened this issue Jan 16, 2025 · 0 comments
Open

Update sql dll to support RETURNING #24617

enaaab460 opened this issue Jan 16, 2025 · 0 comments

Comments

@enaaab460
Copy link

enaaab460 commented Jan 16, 2025

Description

I spent many hours trying an sqlite command (db_connector/sqlite) using RETURNING keyword and failing, even though it worked using sqlite directly.
Then I discovered that the sql dll in nim/bin is 3.31 which does not support RETURNING.
So add the latest sql please

Nim Version

2.2.0

Current Output

Error dbError near RETURNING
(paraphrased)

Expected Output

No response

Known Workarounds

Manually updating it to the latests 3.48 fixed it

Additional Information

I could not find sql dll in any of your repos, so not sure where to put this bug report

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

No branches or pull requests

1 participant