Johannes Haposan Napitupulu
Johannes Haposan Napitupulu
Using npm force resolutions later will give me this error when I run `npm ls trim` ``` npm ls trim [email protected] /ex_proj ├─┬ @storybook/[email protected] │ └─┬ @storybook/[email protected] │ └─┬ @mdx-js/[email protected]...
Have the same issue
still happend for me in version 2.1.3
> Take a look at the query router. It parses the SQL into an AST using the `sqlparser` crate. You should be able to identify the called functions and adjust...
I put the logs here https://github.com/haposan06/logs/blob/main/pgcat.log Its really weird, on line 76, when it "START TRANSACTION" it already fetch from the correct pool which is from primary. But on line...
> Something weird is definitely going on. Do you think you could submit a PR with a simple Java app that I can use to reproduce this? We can use...
After did some quick debugging, it seems the query_router.infer() seems never been called in client.rs. So the query_router.active_role still holds the default value which is None. So when it executes...