diff options
Diffstat (limited to 'src/interfaces/ecpg/test/expected/preproc-outofscope.stdout')
-rw-r--r-- | src/interfaces/ecpg/test/expected/preproc-outofscope.stdout | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/expected/preproc-outofscope.stdout b/src/interfaces/ecpg/test/expected/preproc-outofscope.stdout new file mode 100644 index 0000000..8c53ad7 --- /dev/null +++ b/src/interfaces/ecpg/test/expected/preproc-outofscope.stdout @@ -0,0 +1,3 @@ +id=1 t='a' d1=1.000000 d2=2.000000 c = 'a ' +id=2 t='' (NULL) d1=0.000000 (NULL) d2=0.000000 (NULL) c = '' (NULL) +id=3 t='b' d1=2.000000 d2=3.000000 c = 'b ' |