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 · 1 comment
Open

Update sql dll to support RETURNING #24617

enaaab460 opened this issue Jan 16, 2025 · 1 comment

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

@metagn
Copy link
Collaborator

metagn commented Feb 21, 2025

Normally the db libraries are not in the standard library anymore and issues would go to https://github.com/nim-lang/db_connector but the issue here is with the library binaries included in the default installation, guessing you are on windows, the windows libraries are grabbed from https://nim-lang.org/download/windeps.zip afaik

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

No branches or pull requests

2 participants