Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions reference/uodbc/functions/odbc-fetch-row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
An <constant>E_WARNING</constant> is emitted when <parameter>row</parameter>
is equal or less than zero.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -72,6 +80,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
An <constant>E_WARNING</constant> is now emitted when <parameter>row</parameter>
is equal or less than zero.
</entry>
</row>
Comment on lines +83 to +89
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing an error section after the return value section.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Section added 👍

<row>
<entry>8.0.0</entry>
<entry>
Expand Down
Loading