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

Remove database from table on delete with join #74

Closed jtomlinson closed 8 months ago

jtomlinson commented 8 months ago

SingleStore does not seem to support "DELETE database.table" when a JOIN is present as well. This removes the database when present.

AdalbertMemSQL commented 8 months ago

Looks good. I believe that tests are failing because of this issue https://github.com/singlestore-labs/singlestoredb-laravel-driver/issues/76 I also created a ticket to support "DELETE database.table" in SingleStore.