Properly read prepared functions from the embedded FS
Yeah, reading that wrong was bad.
This commit is contained in:
parent
97ec2c767d
commit
eac240af51
3 changed files with 31 additions and 2 deletions
3
db/prepared_functions/test_function.sql
Normal file
3
db/prepared_functions/test_function.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PREPARE test_function AS
|
||||
SELECT version();
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue