Skip to content

Commit

Permalink
SQLITE3 section sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Feb 20, 2024
1 parent 9b63253 commit dfc2508
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion reference/sqlite3/sqlite3/enableExceptions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 855bfee2f3db70d7dbb4c60c7c4a4efa567f1c60 Maintainer: girgias Status: ready -->
<!-- EN-Revision: cf116cb470d5d2728fda0356ad835c2f6f1b7327 Maintainer: girgias Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="sqlite3.enableexceptions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -54,6 +54,29 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
Appeler <methodname>SQLite3::enableExceptions</methodname> avec <parameter>enable</parameter>
à &false; déclenchera un avertissement <constant>E_DEPRECATED</constant>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<example xml:id="sqlite3.enableexceptions.example.basic">
Expand Down

0 comments on commit dfc2508

Please sign in to comment.