hasura / hasura/graphql-engine

Improve docs for Maria DB to include allowMultiQueries in JDBC

Open
#9,730 3 comments 0 reactions 0 assignees View on GitHub
k/bug t/data-connectors
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

I followed the steps here: https://hasura.io/docs/latest/databases/mariadb/docker/

I was getting errors querying my data until I added `allowMultiQueries=true` param to my JDBC URL.

I suggest updating your docs so that the example is:

> **The JDBC connection URL should look like this:**
>
> `
> jdbc:mariadb://:/?user=&password=&allowMultiQueries=true
> `
>

More info: https://blog.jooq.org/mysqls-allowmultiqueries-flag-with-jdbc-and-jooq/

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.