Skip to content

Commit 843c280

Browse files
committed
ECPG documentation fix
Marc Cousin, Satoshi Nagayasu
1 parent ab1aaf3 commit 843c280

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,8 +2752,9 @@ typedef struct sqlda_struct sqlda_t;
27522752
<term><literal>desc_next</></term>
27532753
<listitem>
27542754
<para>
2755-
If the query returns more than one records, multiple linked SQLDA structures
2756-
are returned, the first record is stored in the SQLDA returned in the
2755+
If the query returns more than one records, multiple linked
2756+
SQLDA structures are returned, and <literal>desc_next</> holds
2757+
a pointer to the next entry in the list.
27572758
</para>
27582759
</listitem>
27592760
</varlistentry>
@@ -3040,7 +3041,7 @@ typedef struct sqlda_compat sqlda_t;
30403041
<term><literal>desc_next</></term>
30413042
<listitem>
30423043
<para>
3043-
Pointer to the next SQLDA structure if the result set contains more than one records.
3044+
Pointer to the next SQLDA structure if the result set contains more than one record.
30443045
</para>
30453046
</listitem>
30463047
</varlistentry>

0 commit comments

Comments
 (0)