Include relations of Query API not working with mysql2 (local MariaDB/Mysql) #2517
Unanswered
ashoktamang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It seems MariaDB does not support LATERAL JOINS which is being used in Note: I am using MariaDB 10.6.x Can anyone confirm? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please refer to this error reproduction code:
After running

index.ts
, I get the following error:Records are successfully being created in database with relations as well:

When implemented with posgres, it is working fine.
Any help will be appreciated. I am thinking of completely abandoning
Query API
and resorting toJOINS
.Beta Was this translation helpful? Give feedback.
All reactions