Michael Monte
Michael Monte
@swchangdev @GPF199541 @sidartha Do you all have the `query_parser_read_write_splitting = true` config entry in the pgcat.toml? It will not even try to infer the query without that.
An example of my very simple config, and it is working as expected. Also I am not using any postgres specific SQL. Simple updates and inserts. ``` # This is...
> After did some quick debugging, it seems the query_router.infer() seems never been called in client.rs. This won't help for the `nextval()`, but if queries aren't getting "infered", make sure...