We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf8c7a commit 84a3611Copy full SHA for 84a3611
src/tools/msvc/ecpg_regression.proj
@@ -33,6 +33,9 @@
33
<CreateProperty Value="-C INFORMIX -r no_indicator" Condition="'%(Pgc.FileName)'=='rnull'">
34
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
35
</CreateProperty>
36
+ <CreateProperty Value="-C ORACLE" Condition="'%(Pgc.RelativeDir)'=='$(TESTDIR)\compat_oracle\'">
37
+ <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
38
+ </CreateProperty>
39
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
40
41
0 commit comments