Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4dd4bd4

Browse files
committed
More ECPG documentation fixes
Marc Cousin
1 parent b51d05b commit 4dd4bd4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/ecpg.sgml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9355,7 +9355,8 @@ risnull(CINTTYPE, (char *) &i);
93559355
<term><literal>ECPG_INFORMIX_DATE_CONVERT</></term>
93569356
<listitem>
93579357
<para>
9358-
Functions return this value if Internally it is defined to -1210 (the
9358+
Functions return this value if an error occurred during date
9359+
formatting. Internally it is defined to -1210 (the
93599360
<productname>Informix</productname> definition).
93609361
</para>
93619362
</listitem>
@@ -9365,7 +9366,8 @@ risnull(CINTTYPE, (char *) &i);
93659366
<term><literal>ECPG_INFORMIX_OUT_OF_MEMORY</></term>
93669367
<listitem>
93679368
<para>
9368-
Functions return this value if Internally it is defined to -1211 (the
9369+
Functions return this value if memory was exhausted during
9370+
their operation. Internally it is defined to -1211 (the
93699371
<productname>Informix</productname> definition).
93709372
</para>
93719373
</listitem>

0 commit comments

Comments
 (0)