From 999ad4d1b7c744584d402a21b1702f82632ad6fe Mon Sep 17 00:00:00 2001 From: Fantix King Date: Tue, 20 Feb 2024 18:12:30 -0500 Subject: [PATCH] Fix hash integer length --- edb/server/protocol/binary.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edb/server/protocol/binary.pxd b/edb/server/protocol/binary.pxd index 3b44768b62c..fb3322d3751 100644 --- a/edb/server/protocol/binary.pxd +++ b/edb/server/protocol/binary.pxd @@ -59,7 +59,7 @@ cdef class EdgeConnection(frontend.FrontendConnection): object _startup_msg_waiter dbview.CompiledQuery _last_anon_compiled - int _last_anon_compiled_hash + int64_t _last_anon_compiled_hash bint query_cache_enabled