singlestore-labs / singlestoredb-laravel-driver

The official SingleStore Laravel driver.
https://github.com/singlestore-labs/singlestore-laravel-driver
Apache License 2.0
223 stars 22 forks source link

sql generated for union queries is incorrect #44

Closed carlsverre closed 1 year ago

carlsverre commented 1 year ago

When doing a UNION query, Laravel wraps each union in (). SingleStore doesn't support () around unions. Need to test this and see what exactly is the issue.