Results 49 comments of Ayrton
trafficstars

Closing for now, feel free to reopen if you are still experiencing this issue and can reproduce the issue

You can now find this information on the [MySQL compatibility](https://planetscale.com/docs/reference/mysql-compatibility#overview) page

As of #41404 you can now pass an array of objects vs a collection. The generated (unhashed) etag of the array object looks like: ``` "payments/595373086-20210210164232722074/payments/595373085-20210210082856288172" ``` The generated (unhashed)...

Is it possible [`bin/setup`](https://github.com/planetscale/planetscale-ruby/blob/main/bin/setup) isn't called before the gem was published? Looks like this changed as of https://github.com/planetscale/planetscale-ruby/commit/d908cf6c844dc003f9933ff91784169948718276

> Are you installing the version from `rubygems`, or the version from GitHub packages (https://github.com/planetscale/planetscale-ruby/packages/775007)? Installed from `rubygems` via a `bundle add planetscale`

Seems to have similar issues when installed through the GH registry: ```diff diff --git a/Gemfile b/Gemfile index 77a0e81..baadb91 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,6 @@ gem 'faraday_middleware' gem...

@nickvanw working now 🎉🎉

Thank you for your feedback. > The docs say that we can connect to our DB with connect and Client, but they don't explain why I would want to use...

> Can you speak at all to the parameterized SQL calls and how you prevent SQL injections? You can either use the built-in escaping, or use an external library, like...