Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion reference/dba/functions/dba-fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<methodparam choice="opt"><type>int</type><parameter>skip</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<simpara>
Discouraged overloaded signature:
Overloaded signature deprecated as of 8.3.0:
</simpara>
<methodsynopsis>
<type>string</type><methodname>dba_fetch</methodname>
Expand Down Expand Up @@ -89,6 +89,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
Calling <function>dba_fetch</function> with <parameter>dba</parameter> as
the 3rd argument is now deprecated.
</entry>
</row>
<row>
<entry>8.2.0</entry>
<entry>
Expand Down