Anton Prokopev
Anton Prokopev
### Feature description Here is some example of Micronaut trace of querying 6 consecutive selects without updates/deletes/inserts  Nonetheless, Micronaut sends commit after each operation when it is not required...
Pull Request type ---- - [ ] Bugfix - [x] Feature - [x] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Other...
add transaction isolation mode to be able to work with transaction pooling tools like pgbouncer ### All Submissions: * [x] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? *...
### Component(s) router ### Component version v0.0.0-20240819092109-3eea9d8f5836 ### wgc version 0.58.7 ### controlplane version 4c8154f4ad9d98bd67a4aee1c8615acdb97de3e165cdac5a346ce7dcb484b9e4 ### router version v0.0.0-20240819092109-3eea9d8f5836 ### What happened? With given schema ``` type Query { objects:...
`message.direct_messages_topic.topic_id` is out of bound for Integer. Right now we are receiving numbers that produces such exceptions: ``` JSON parse error: Numeric value (7874448266) out of range of int (-2147483648...
Fixes: https://github.com/rubenlagus/TelegramBots/issues/1544