Properly read prepared functions from the embedded FS

Yeah, reading that wrong was bad.
This commit is contained in:
Eli Ribble 2025-12-02 22:28:10 +00:00
parent 97ec2c767d
commit eac240af51
No known key found for this signature in database
3 changed files with 31 additions and 2 deletions

View file

@ -0,0 +1,3 @@
PREPARE test_function AS
SELECT version();