mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
rollback safety
This commit is contained in:
@@ -306,7 +306,8 @@ impl Client {
|
||||
// "DISCARD SEQUENCES;": deallocates all cached sequence state
|
||||
|
||||
let _responses = self.inner_mut().send_simple_query(
|
||||
"CLOSE ALL;
|
||||
"ROLLBACK;
|
||||
CLOSE ALL;
|
||||
SET SESSION AUTHORIZATION DEFAULT;
|
||||
RESET ALL;
|
||||
DEALLOCATE ALL;
|
||||
|
||||
Reference in New Issue
Block a user