test: exec

This commit is contained in:
2025-05-17 13:39:40 +00:00
parent 6a2f7cd1fa
commit bcc755d325
8 changed files with 665 additions and 43 deletions

5
package/c/hemar/test/mod.sql Executable file
View File

@@ -0,0 +1,5 @@
BEGIN;
\ir test_jsonb_path.sql
\ir test_template_parser.sql
\ir test_render_exec.sql
ROLLBACK;