We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922c83f commit ee85fdaCopy full SHA for ee85fda
src/interfaces/ecpg/test/header_test.h
@@ -0,0 +1,4 @@
1
+exec sql include sqlca;
2
+
3
+exec sql whenever not found do set_not_found();
4
+exec sql whenever sqlerror sqlprint;
0 commit comments