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

Sql doesn't match for SignleStore #350

Open
DedicatedDev opened this issue Dec 28, 2022 · 0 comments
Open

Sql doesn't match for SignleStore #350

DedicatedDev opened this issue Dec 28, 2022 · 0 comments

Comments

@DedicatedDev
Copy link

DedicatedDev commented Dec 28, 2022

I'm trying to use this library for SingleStore MySQL DB.
By Insertbuilder, I've got this query string.

pgQb().Insert("hello").Columns("user_id", "name").Values(
	 	3, "test"
)

INSERT INTO hello(user_id, name) VALUES ($1,$2) [3 "test"]

Here is a valid query in SingleStore.
INSERT INTO hello(user_id,name) VALUES (2, 'test323');
If I run this query in the SingleStore query field, it shows an error.

Looking forward to hearing the solution soon.
Best.

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