This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/master by this push:
     new 31e056f  documenting support of the Tdbc series of DBMS connectors
31e056f is described below

commit 31e056f172e055e8edb11b1b9ca67b9f70d13b9c
Author: Massimo Manghi <mxman...@apache.org>
AuthorDate: Sat Nov 2 15:37:24 2024 +0100

    documenting support of the Tdbc series of DBMS connectors
---
 ChangeLog       |  3 +++
 doc/xml/dio.xml | 21 +++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8d241c3..0b3fb9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-02-02 Massimo Manghi <mxman...@apache.org>
+    * doc/xml/dio.xml: Documenting the support of Tdbc series of DBMS 
connectors
+
 2024-09-09 Massimo Manghi <mxman...@apache.org>
        * rivet/packages/dio: merging branch tdbc with DIO 1.2 and new dio 
connectors
        using class Formatter descendands to print special fields and 
introducing new dio_Tdbc.tcl
diff --git a/doc/xml/dio.xml b/doc/xml/dio.xml
index 0b8eb66..14165bc 100644
--- a/doc/xml/dio.xml
+++ b/doc/xml/dio.xml
@@ -18,6 +18,16 @@
                    <arg><replaceable>option</replaceable></arg>
                    <arg>...</arg>
                  </group>
+                 <command>::DIO::handle Tdbc</command>
+                 <arg choice="plain"><replaceable>interface</replaceable></arg>
+                 <arg choice="opt"><replaceable>objectName</replaceable></arg>
+                 <group choice="opt">
+                   <arg>-option</arg>
+                   <arg><replaceable>option</replaceable></arg>
+                   <arg>-option</arg>
+                   <arg><replaceable>option</replaceable></arg>
+                   <arg>...</arg>
+                 </group>
                </cmdsynopsis>
    </refsynopsisdiv>
    <refsect1>
@@ -33,8 +43,15 @@
        </para>
        <para>
          <option>interface</option> - The name of the database
-         interface.  Currently supported interfaces are
-         <option>Postgresql</option> and <option>Mysql</option>.
+         interface. Currently supported direct interfaces are
+         <option>Postgresql</option>, <option>Mysql</option>,
+      <option>Oracle</option> and <option>Sqlite</option>.
+      Start with version 1.2 DIO supports also the  <ulink 
url="https://https://core.tcl-lang.org/tdbc";>TDBC</ulink>
+      interface through the <option>Tdbc</option> interfaces.
+      In this form the command requires a further argument for the
+      TDBC supported DBMS driver <option>mysql</option>,
+      <option>odbc</option> (provides also support for 
<option>Oracle</option>), 
+      <option>postgresql</option> and <option>sqlite</option>
        </para>
        <para>
          If <option><replaceable>objectName</replaceable></option> is


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to