data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Support MariaDB

Open junsu0ms opened this issue 3 years ago • 1 comments

The current query build has incompatiable syntax for mariadb. the current test status is:

Failed! - Failed: 10, Passed: 65, Skipped: 0, Total: 75, Duration: 14 s - Azure.DataGateway.Service.Tests.dll (net5.0)

Need decision on how we want to support mariadb

junsu0ms avatar Mar 03 '22 13:03 junsu0ms

The issue is LATERAL JOIN is not supported in MariaDB. (also not supported in early versions of MySQL)

junsu0ms avatar Apr 01 '22 06:04 junsu0ms