-
Notifications
You must be signed in to change notification settings - Fork 128
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
MariaDB Support! #37
Labels
Comments
Hello Roel,
Roel Van de Paar writes:
Hi SQLSmith Team! Roel here (principal test engineer at
MariaDB). Great program you have here. Would you be so kind as to a
connector to MariaDB? Thank you & God bless
I think one of the many forks on github worked on that, I can't remember
which one though...
I do also have some work-in-progress dut/schema classes for mysql from
2017. I just pushed this old work-in-progress code to a new branch
"mysql". No warranties though...
IIRC testing mysql didn't work as well with it when compared to testing
monedb/postgres because mysql yielded syntax errors instead of type
errors for invalid casts. This is a real problem for sqlsmith since
syntax errors lead to blacklisted grammar rules and products reporting
syntax errors for things that aren't will end up with an empty grammar
eventually... Part of the errors seem to be caused by sqlsmith not
knowing about typemods, so it gets part of the blame :-)
Also, I noticed the old code doesn't set the parameter
max_statement_time mariadb supports. This should be set to something
low, e.g. 1 second, to avoid the database number-crunching on huge
queries for hours, which doesn't have much test value IMHO.
I do not currently plan to resume working on mariadb/mysql support in
sqlsmith in my spare time, but can offer to do paid work on it via my
employer (credativ.de). Of course, patches/merge requests for
supporting more free software databases are welcome any time.
regards,
Andreas
|
Hi Andreas,
Thank you.
It would be really great if you could implement this. Please.
God bless,
Roel
…On Wed, Mar 31, 2021 at 5:24 AM Andreas Seltenreich < ***@***.***> wrote:
Hello Roel,
Roel Van de Paar writes:
> Hi SQLSmith Team! Roel here (principal test engineer at
> MariaDB). Great program you have here. Would you be so kind as to a
> connector to MariaDB? Thank you & God bless
I think one of the many forks on github worked on that, I can't remember
which one though...
I do also have some work-in-progress dut/schema classes for mysql from
2017. I just pushed this old work-in-progress code to a new branch
"mysql". No warranties though...
IIRC testing mysql didn't work as well with it when compared to testing
monedb/postgres because mysql yielded syntax errors instead of type
errors for invalid casts. This is a real problem for sqlsmith since
syntax errors lead to blacklisted grammar rules and products reporting
syntax errors for things that aren't will end up with an empty grammar
eventually... Part of the errors seem to be caused by sqlsmith not
knowing about typemods, so it gets part of the blame :-)
Also, I noticed the old code doesn't set the parameter
max_statement_time mariadb supports. This should be set to something
low, e.g. 1 second, to avoid the database number-crunching on huge
queries for hours, which doesn't have much test value IMHO.
I do not currently plan to resume working on mariadb/mysql support in
sqlsmith in my spare time, but can offer to do paid work on it via my
employer (credativ.de). Of course, patches/merge requests for
supporting more free software databases are welcome any time.
regards,
Andreas
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTENMFT7N6G6W4SPNVT6IDTGIJNBANCNFSM4Z4SP5TQ>
.
|
Hi Roel,
Roel Van de Paar writes:
On Wed, Mar 31, 2021 at 5:24 AM Andreas Seltenreich wrote:
> I do not currently plan to resume working on mariadb/mysql support in
> sqlsmith in my spare time, but can offer to do paid work on it via my
> employer (credativ.de).
It would be really great if you could implement this. Please.
great, I think 40 hours of work will be enough to address the issues I
mentioned and get a release with it out of the door. Simply get in
touch with ***@***.*** for a quote for 40 hours of coding work on
sqlsmith.
regards,
Andreas
|
Oops, looks like the mail address got censored. You can use the web
form to get in contact with credativ's sales for coding work on sqlsmith
as well:
https://www.credativ.de/en/contact/
|
Done. Thanks
…On Sat, Apr 17, 2021 at 6:38 AM Andreas Seltenreich < ***@***.***> wrote:
Oops, looks like the mail address got censored. You can use the web
form to get in contact with credativ's sales for coding work on sqlsmith
as well:
https://www.credativ.de/en/contact/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTENMCKEXENPER266I7BHDTJCN4JANCNFSM4Z4SP5TQ>
.
|
Updates:
I would propose, as further steps, to do this:
Could you kindly have a look at this Andreas (@anse1)? Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi SQLSmith Team! Roel here (principal test engineer at MariaDB). Great program you have here. Would you be so kind as to a connector to MariaDB? Thank you & God bless
Ref https://mariadb.com/kb/en/mysql_query/
The text was updated successfully, but these errors were encountered: