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

Better support for named parameters #5

Open
jcoehoorn opened this issue Apr 6, 2023 · 1 comment
Open

Better support for named parameters #5

jcoehoorn opened this issue Apr 6, 2023 · 1 comment

Comments

@jcoehoorn
Copy link

"Go needs to support every kind of SQL server - and not all SQL servers support named parameters."

What BS. Leaving aside "SQL server" confuses with a specific product ("SQL database" would be a better word choice here), other platforms also support every kind of database and have no trouble also support named parameters. The "quirks and gotchas" really are insignificant. Named parameters have a number of advantages, including better when managing complex queries, reusing the same parameter in more than place, making it easier to set a parameter value for queries run in a loop, etc. This needs to be FIXED (because it really is broken as is).

@daniel-munoz
Copy link

While I understand where you're coming from, this is not really an issue with the code in this repo.

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

2 participants