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

Add arguments compilation trough sqlbuilder #10

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

agoncear-mwb
Copy link
Contributor

This pr try to compile the provided arguments using go-sqlbuilder library.
At the current state, the driver just discards the argument without even notifying the caller about this.
If we don't want to bother the driver with the responsability of compiling the arguments, we should at least return an error if any argument is provided so, at least, the caller know about this.

@auxten auxten merged commit 82a5138 into chdb-io:main Jul 22, 2024
1 check passed
@auxten
Copy link
Member

auxten commented Jul 22, 2024

Thanks, it's really helpful!

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 this pull request may close these issues.

2 participants