Toby Hede
Toby Hede
@levkk Happy to make a PR, but what should the expected behaviour be?
`prepared_statements = true` doesn't actually turn prepared statements on. You actually need to add a value for `prepared_statements_cache_size` ``` prepared_statements_cache_size = 500 ```
@pr2502 That's good advice, thanks.
You could use the intercept plugin to intercept your own SQL command and return a value. From the example config: ``` [plugins.intercept.queries.0] query = "select current_database() as a, current_schemas(false) as...
I've done this upgrade on a branch and some of the integration tests fail. A couple of tests that check pool stats break - I think the pool is not...
Thanks for the feedback. I think have this one sorted now - repo name has changed, src is being moved out of the sub directory. I am also not using...
Thanks for your help too.
Similar issue for me I see this error on `hz serve --dev`: `Unhandled rejection ReqlRuntimeError: Connection is closed in: r.db("rethinkdb").table("table_config")` The error appears 1-2 times (it varies), then the server...
I have the same issue attempting to profile a rust application on OSX. Samply runs with no error and opens the browser at localhost. The viewer then errors with `RangeError:...
Confirmed in my case that it is a native apple silicon binary.