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

DBInterface.execute type unstable #342

Open
theogf opened this issue Dec 11, 2024 · 1 comment
Open

DBInterface.execute type unstable #342

theogf opened this issue Dec 11, 2024 · 1 comment

Comments

@theogf
Copy link

theogf commented Dec 11, 2024

The current version of DBInterface use the strict keyword as a type parameter for the returned Query.

This is type unstable but could easily be solved by using Val instead.

See here:

function DBInterface.execute(

We can keep the current interface (type unstable) by turning the keyword into a Val but having a type stable version would be great. I will be happy to open a PR.

@theogf
Copy link
Author

theogf commented Dec 12, 2024

Just noticed the discussion in #328 which is related to the strict keyword issue.

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