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 51867a0 commit 2390f2bCopy full SHA for 2390f2b
doc/src/sgml/ecpg.sgml
@@ -944,20 +944,6 @@ struct varchar_var { int len; char arr[180]; } var;
944
is used.
945
</para>
946
947
- <para>
948
- Two or more <type>VARCHAR</type> host variables cannot be defined
949
- in single line statement. The following code will confuse
950
- the <command>ecpg</command> preprocessor:
951
-<programlisting>
952
-VARCHAR v1[128], v2[128]; /* WRONG */
953
-</programlisting>
954
- Two variables should be defined in separate statements like this:
955
956
-VARCHAR v1[128];
957
-VARCHAR v2[128];
958
959
- </para>
960
-
961
<para>
962
<type>VARCHAR</type> can be written in upper or lower case, but
963
not in mixed case.
0 commit comments