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

Added support of the Laravel 10 #57

Closed AdalbertMemSQL closed 1 year ago

AdalbertMemSQL commented 1 year ago

Changed the inlining of the indexes. The previous implementation assumed that the number of commands equals the number of generated statements but this is not always true.