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

Fixed the `json_type is not a function` error. #45

Closed AdalbertMemSQL closed 1 year ago

AdalbertMemSQL commented 1 year ago

Replaced usage of json_type with json_get_type. Extended tests to send the query to the database.

closes #43