Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84a3611

Browse files
committed
Fix msvc/ecpg_regression.proj for recent ECPG test additions.
Commit3b7ab43 added some tests that require ecpg to be given thenew "-C ORACLE" switch. Teach the MSVC build infrastructure aboutthat.Michael PaquierDiscussion:https://postgr.es/m/8299.1521154647@sss.pgh.pa.us
1 parent2cf8c7a commit84a3611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/tools/msvc/ecpg_regression.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<CreatePropertyValue="-C INFORMIX -r no_indicator"Condition="'%(Pgc.FileName)'=='rnull'">
3434
<OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
3535
</CreateProperty>
36+
<CreatePropertyValue="-C ORACLE"Condition="'%(Pgc.RelativeDir)'=='$(TESTDIR)\compat_oracle\'">
37+
<OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
38+
</CreateProperty>
3639
<CreatePropertyValue="-c"Condition="'%(Pgc.FileName)'=='array_of_struct'">
3740
<OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
3841
</CreateProperty>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp