flamerobin
flamerobin copied to clipboard
Add support for EXECUTE BLOCK with parameters
Unable to run SQL like this:
EXECUTE BLOCK(dummy integer = :dummy)
as
begin end %%
set term ; %%
You'e not supposed to be able to do this anyway