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

Commit55c18bc

Browse files
author
Michael Meskes
committed
Documentation fix for ecpg.
The latest fixes removed a limitation that was still in the docs, so Zoltan updated the docs, too.
1 parentd982881 commit55c18bc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -942,20 +942,6 @@ struct varchar_var { int len; char arr[180]; } var;
942942
is used.
943943
</para>
944944

945-
<para>
946-
Two or more <type>VARCHAR</type> host variables cannot be defined
947-
in single line statement. The following code will confuse
948-
the <command>ecpg</command> preprocessor:
949-
<programlisting>
950-
VARCHAR v1[128], v2[128]; /* WRONG */
951-
</programlisting>
952-
Two variables should be defined in separate statements like this:
953-
<programlisting>
954-
VARCHAR v1[128];
955-
VARCHAR v2[128];
956-
</programlisting>
957-
</para>
958-
959945
<para>
960946
<type>VARCHAR</type> can be written in upper or lower case, but
961947
not in mixed case.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp