Author: tfischer
Date: Sat Jan 21 07:15:17 2006
New Revision: 371075
URL: http://svn.apache.org/viewcvs?rev=371075&view=rev
Log:
- added project.properties and project.xml
- added navigation including site navigation skeleton
- added various index.xml files
- added supported-databases.xml (content taken from runtime's index.xml)
- small corrections in some of the howtos
Added:
db/torque/docs-all-components/trunk/project.properties
db/torque/docs-all-components/trunk/project.xml
db/torque/docs-all-components/trunk/xdocs/database-howtos/index.xml
db/torque/docs-all-components/trunk/xdocs/index.xml
db/torque/docs-all-components/trunk/xdocs/navigation.xml
db/torque/docs-all-components/trunk/xdocs/other-howtos/index.xml
db/torque/docs-all-components/trunk/xdocs/supported-databases.xml
Modified:
db/torque/docs-all-components/trunk/xdocs/other-howtos/database-layout-howto.xml
db/torque/docs-all-components/trunk/xdocs/other-howtos/inheritance-guide.xml
db/torque/docs-all-components/trunk/xdocs/other-howtos/schema-howto.xml
Added: db/torque/docs-all-components/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/project.properties?rev=371075&view=auto
==============================================================================
--- db/torque/docs-all-components/trunk/project.properties (added)
+++ db/torque/docs-all-components/trunk/project.properties Sat Jan 21 07:15:17
2006
@@ -0,0 +1,30 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# -------------------------------------------------------------------
+# P R O J E C T P R O P E R T I E S
+#
+# $Id: project.properties 239630 2005-08-24 14:25:32 +0200 (Mi, 24 Aug 2005)
henning $
+#
+# Do not change this file. Please use build.properties in this directory
+# to do site or installation specific changes to the project build.
+# -------------------------------------------------------------------
+
+# multiproject build
+maven.multiproject.type=jar
+
+# Project documentation is included manually
+maven.xdoc.includeProjectDocumentation = no
+
+maven.linkcheck.exclude=http://svn.apache.org,../../..
Added: db/torque/docs-all-components/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/project.xml?rev=371075&view=auto
==============================================================================
--- db/torque/docs-all-components/trunk/project.xml (added)
+++ db/torque/docs-all-components/trunk/project.xml Sat Jan 21 07:15:17 2006
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<project>
+ <extend>common/project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <id>torque-howtos</id>
+ <name>Torque Howtos</name>
+
+ <description>Torque is a persistence layer.</description>
+ <shortDescription>Persistence Layer</shortDescription>
+ <url>http://db.apache.org/torque/</url>
+ <siteDirectory>/www/db.apache.org/torque/runtime/</siteDirectory>
+
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/runtime/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/runtime/trunk</developerConnection>
+ <url>http://svn.apache.org/viewcvs/db/torque/runtime/trunk/</url>
+ </repository>
+
+ <dependencies>
+ <dependency>
+ <artifactId>avalon-framework</artifactId>
+ <groupId>avalon-framework</groupId>
+ <version>4.1.4</version>
+ <url>http://avalon.apache.org/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-beanutils</artifactId>
+ <groupId>commons-beanutils</groupId>
+ <version>1.7.0</version>
+ <url>http://jakarta.apache.org/commons/beanutils/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ <version>3.1</version>
+ <url>http://jakarta.apache.org/commons/collections/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-configuration</artifactId>
+ <groupId>commons-configuration</groupId>
+ <version>1.1</version>
+ <url>http://jakarta.apache.org/commons/configuration/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-dbcp</artifactId>
+ <groupId>commons-dbcp</groupId>
+ <version>1.2.1</version>
+ <url>http://jakarta.apache.org/commons/dbcp/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-lang</artifactId>
+ <groupId>commons-lang</groupId>
+ <version>2.1</version>
+ <url>http://jakarta.apache.org/commons/lang/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ <version>1.0.4</version>
+ <url>http://jakarta.apache.org/commons/logging/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>commons-pool</artifactId>
+ <groupId>commons-pool</groupId>
+ <version>1.2</version>
+ <url>http://jakarta.apache.org/commons/pool/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>jcs</artifactId>
+ <groupId>jcs</groupId>
+ <version>20030822.182132</version>
+ <url>http://jakarta.apache.org/turbine/jcs/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>jdbc</artifactId>
+ <groupId>jdbc</groupId>
+ <version>2.0</version>
+ <url>http://java.sun.com/products/jdbc/download.html#spec</url>
+ </dependency>
+
+ <dependency>
+ <artifactId>jndi</artifactId>
+ <groupId>jndi</groupId>
+ <version>1.2.1</version>
+ <url>http://java.sun.com/products/jndi/</url>
+ </dependency>
+
+ <!--dependency>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ <version>1.2.8</version>
+ <url>http://logging.apache.org/log4j/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency-->
+
+ <dependency>
+ <!-- just needed for the runtimetest, as far as I can see -->
+ <artifactId>logkit</artifactId>
+ <groupId>logkit</groupId>
+ <version>1.0.1</version>
+ <url>http://avalon.apache.org/products/runtime/system/logging/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>village</artifactId>
+ <groupId>village</groupId>
+ <version>2.0</version>
+ <url>http://www.softwareforge.de/projects/village</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>xercesImpl</artifactId>
+ <groupId>xerces</groupId>
+ <version>2.6.2</version>
+ <url>http://xml.apache.org/xerces2-j/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>xml-apis</artifactId>
+ <groupId>xml-apis</groupId>
+ <version>2.0.2</version>
+ <url>http://xml.apache.org/commons/</url>
+ <properties>
+ <dist.bundle>true</dist.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ <version>3.8.1</version>
+ <url>http://www.junit.org</url>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <nagEmailAddress>[email protected]</nagEmailAddress>
+ <sourceDirectory>src/java</sourceDirectory>
+
+ <unitTest>
+ <includes>
+ <include>**/*Test*.java</include>
+ </includes>
+ <excludes>
+ <exclude>**/BaseTestCase.java</exclude>
+ </excludes>
+ </unitTest>
+ <defaultGoal>jar:jar</defaultGoal>
+ <resources/>
+ </build>
+
+ <reports>
+ <report>maven-license-plugin</report>
+ <report>maven-linkcheck-plugin</report>
+ </reports>
+
+</project>
\ No newline at end of file
Added: db/torque/docs-all-components/trunk/xdocs/database-howtos/index.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/xdocs/database-howtos/index.xml?rev=371075&view=auto
==============================================================================
--- db/torque/docs-all-components/trunk/xdocs/database-howtos/index.xml (added)
+++ db/torque/docs-all-components/trunk/xdocs/database-howtos/index.xml Sat Jan
21 07:15:17 2006
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<document>
+ <properties>
+ <title>Torque Database Howtos</title>
+ <author email="[EMAIL PROTECTED]">Thomas Fischer</author>
+ </properties>
+ <body>
+
+ <section name="Database Howtos">
+
+ <p>
+ This section contains howto guides for specific Databases.
+ </p>
+
+ </section>
+ </body>
+</document>
+
Added: db/torque/docs-all-components/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/xdocs/index.xml?rev=371075&view=auto
==============================================================================
--- db/torque/docs-all-components/trunk/xdocs/index.xml (added)
+++ db/torque/docs-all-components/trunk/xdocs/index.xml Sat Jan 21 07:15:17 2006
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<document>
+ <properties>
+ <title>Torque Documentation - All Components</title>
+ <author email="[EMAIL PROTECTED]">Thomas Fischer</author>
+ </properties>
+ <body>
+
+ <section name="All Components">
+
+ <p>
+ This section contains documentation for Torque which touches more
+ than a single component of Torque.
+ </p>
+
+ </section>
+ </body>
+</document>
+
Added: db/torque/docs-all-components/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/xdocs/navigation.xml?rev=371075&view=auto
==============================================================================
--- db/torque/docs-all-components/trunk/xdocs/navigation.xml (added)
+++ db/torque/docs-all-components/trunk/xdocs/navigation.xml Sat Jan 21
07:15:17 2006
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project name="Torque" href="http://db.apache.org/torque/">
+
+ <title>Torque</title>
+
+ <body>
+
+ <menu name="Torque">
+ <item name="Overview" href="../../../index.html"/>
+ <item name="News and Status" href="../../../status.html"/>
+ <item name="Downloads" href="../../../download.html"/>
+ <item name="Changes" href="../../../changes-report.html"/>
+ <item name="Wiki"
href="http://wiki.apache.org/db-torque/"/>
+ <item name="Issue tracker" href="../../../issue-tracking.html"/>
+ <item name="Mailing lists" href="../../../mail-lists.html"/>
+ <item name="Developer Information"
href="../../../developer-info/index.html" collapse="true">
+ <item name="dummy" href="/dummy.html" />
+ </item>
+ </menu>
+
+ <menu name="Documentation">
+ <item name="Documentation"
href="../../../documentation/index.html">
+ <item name="All Torque 3.2 Components" href="/index.html">
+ <item name="Supported Databases" href="/supported-databases.html"/>
+ <item name="Database Howtos" href="/database-howtos/index.html"
collapse="true">
+ <item name="MS SQL Server"
href="/database-howtos/mssql-howto.html"/>
+ <item name="Oracle"
href="/database-howtos/oracle-howto.html"/>
+ <item name="Postgres"
href="/database-howtos/postgres-howto.html"/>
+ <item name="Sybase"
href="/database-howtos/sybase-howto.html"/>
+ </item>
+ <item name="Other Howtos" href="/other-howtos/index.html"
collapse="true">
+ <item name="Database Layout"
href="/other-howtos/database-layout-howto.html"/>
+ <item name="DB Schema Support"
href="/other-howtos/schema-howto.html"/>
+ <item name="Inheritance"
href="/other-howtos/inheritance-guide.html"/>
+ </item>
+ </item>
+ </item>
+ <item name="Tutorial" href="../../../tutorial/index.html">
+ </item>
+ </menu>
+
+ <menu name="Project documentation">
+ <item name="Project info" href="../../../project-info.html"
collapse="true">
+ <item name="dummy" href="/dummy.html"/>
+ </item>
+ <item name="Project Reports" href="../../../project-reports.html"
collapse="true">
+ <item name="dummy" href="/dummy.html"/>
+ </item>
+ </menu>
+
+ </body>
+</project>
\ No newline at end of file
Modified:
db/torque/docs-all-components/trunk/xdocs/other-howtos/database-layout-howto.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/xdocs/other-howtos/database-layout-howto.xml?rev=371075&r1=371074&r2=371075&view=diff
==============================================================================
---
db/torque/docs-all-components/trunk/xdocs/other-howtos/database-layout-howto.xml
(original)
+++
db/torque/docs-all-components/trunk/xdocs/other-howtos/database-layout-howto.xml
Sat Jan 21 07:15:17 2006
@@ -23,12 +23,16 @@
<body>
- <p>
- This Howto is NOT meant as a complete guide of how to design a database.
- On the contrary, it is meant as a kind of addon, in the sense of
- "If I know in general how to design a databasein general, what do I
have to
- keep in mind if I use Torque to access that database"
- </p>
+ <section name="What this guide is NOT about">
+
+ <p>
+ This Howto is NOT meant as a complete guide of how to design a database.
+ On the contrary, it is meant as a kind of addon, in the sense of
+ "If I know in general how to design a databasein general, what do I
have to
+ keep in mind if I use Torque to access that database"
+ </p>
+
+ </section>
<section name="Things not supported by Torque">
Added: db/torque/docs-all-components/trunk/xdocs/other-howtos/index.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/xdocs/other-howtos/index.xml?rev=371075&view=auto
==============================================================================
--- db/torque/docs-all-components/trunk/xdocs/other-howtos/index.xml (added)
+++ db/torque/docs-all-components/trunk/xdocs/other-howtos/index.xml Sat Jan 21
07:15:17 2006
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<document>
+ <properties>
+ <title>Torque Other Howtos</title>
+ <author email="[EMAIL PROTECTED]">Thomas Fischer</author>
+ </properties>
+ <body>
+
+ <section name="Other Howtos">
+
+ <p>
+ This section contains howto guides which cannot be ascribed to a single
+ component of Torque.
+ </p>
+
+ </section>
+ </body>
+</document>
+
Modified:
db/torque/docs-all-components/trunk/xdocs/other-howtos/inheritance-guide.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/xdocs/other-howtos/inheritance-guide.xml?rev=371075&r1=371074&r2=371075&view=diff
==============================================================================
---
db/torque/docs-all-components/trunk/xdocs/other-howtos/inheritance-guide.xml
(original)
+++
db/torque/docs-all-components/trunk/xdocs/other-howtos/inheritance-guide.xml
Sat Jan 21 07:15:17 2006
@@ -21,6 +21,7 @@
<title>Torque Inheritance Guide</title>
<author email="[EMAIL PROTECTED]">Jason van Zyl</author>
<author email="[EMAIL PROTECTED]">Martin Poeschl</author>
+ <author email="[EMAIL PROTECTED]">Thomas Fischer</author>
</properties>
<body>
@@ -54,9 +55,10 @@
<p>
- The Torque User's guide is intended to help those who intend
- to incorporate Torque into their project to provide a means
- of persistence for application objects.
+ The inheritance guide is intended to help those who want to use class
+ hierarchies with Torque. For example, you would use Torque's inheritance
+ support if you have a class that extends another class,
+ and both classes should be saved into and read from the database.
</p>
Modified:
db/torque/docs-all-components/trunk/xdocs/other-howtos/schema-howto.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/xdocs/other-howtos/schema-howto.xml?rev=371075&r1=371074&r2=371075&view=diff
==============================================================================
--- db/torque/docs-all-components/trunk/xdocs/other-howtos/schema-howto.xml
(original)
+++ db/torque/docs-all-components/trunk/xdocs/other-howtos/schema-howto.xml Sat
Jan 21 07:15:17 2006
@@ -37,8 +37,7 @@
Torque has some rudimentary support for Database schemas when
accessing a database. Schema names can either be specified when
generating classes via the generator, or they can be specified
-in the runtime. Note that specifying explicit schema names both at
-generate time and at runtime is not tested and most likely causes problems.
+in the runtime.
</p>
</section>
Added: db/torque/docs-all-components/trunk/xdocs/supported-databases.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/xdocs/supported-databases.xml?rev=371075&view=auto
==============================================================================
--- db/torque/docs-all-components/trunk/xdocs/supported-databases.xml (added)
+++ db/torque/docs-all-components/trunk/xdocs/supported-databases.xml Sat Jan
21 07:15:17 2006
@@ -0,0 +1,165 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<document>
+
+ <properties>
+ <title>Torque - Supported Databases</title>
+ <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
+ <author email="[EMAIL PROTECTED]">Martin Poeschl</author>
+ <author email="[EMAIL PROTECTED]">Scott Eade</author>
+ <author email="[EMAIL PROTECTED]">Thomas Fischer</author>
+ </properties>
+
+ <body>
+
+ <section name="Supported RDBMS">
+ <table>
+ <tr>
+ <th>RDBMS</th>
+ <th>Driver</th>
+ <th>Status</th>
+ <th>Tester</th>
+ </tr>
+ <tr>
+ <td>Axion</td>
+ <td>org.axiondb.jdbc.AxionDriver</td>
+ <td>Alpha, Runtime only</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>Cloudscape</td>
+ <td>COM.cloudscape.core.JDBCDriver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>DB2</td>
+ <td>COM.ibm.db2.jdbc.{app|net}.DB2Driver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>DB2/AS400</td>
+ <td>com.ibm.as400.access.AS400JDBCDriver</td>
+ <td>Possible case-insensitivity issues</td>
+ <td><a href="mailto:[EMAIL PROTECTED]">Scott Weaver</a></td>
+ </tr>
+ <tr>
+ <td>Derby</td>
+ <td>org.apache.derby.jdbc.EmbeddedDriver</td>
+ <td>Only the embedded driver works.</td>
+ <td><a href="mailto:[EMAIL PROTECTED]">Thomas Fischer</a></td>
+ </tr>
+ <tr>
+ <td>Firebird</td>
+ <td>org.firebirdsql.jdbc.FBDriver</td>
+ <td>idMethod="native" does not work</td>
+ <td><a href="mailto:[EMAIL PROTECTED]">Thomas Fischer</a></td>
+ </tr>
+ <tr>
+ <td>Hypersonic</td>
+ <td>org.hsql.jdbcDriver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>Informix</td>
+ <td>com.informix.jdbc.IfxDriver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>InstantDB</td>
+ <td>org.enhydra.instantdb.jdbc.idbDriver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>Interbase</td>
+ <td>interbase.interclient.Driver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>MS Access</td>
+ <td>sun.jdbc.odbc.JdbcOdbcDriver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><a href="mssql-howto.html">MS SQL</a></td>
+ <td>com.microsoft.jdbc.sqlserver.SQLServerDriver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>MySQL</td>
+ <td>org.gjt.mm.mysql.Driver</td>
+ <td>No known problems</td>
+ <td><a href="mailto:[EMAIL PROTECTED]">Scott Eade</a></td>
+ </tr>
+ <tr>
+ <td><a href="oracle-howto.html">Oracle</a></td>
+ <td>oracle.jdbc.driver.OracleDriver</td>
+ <td>Issues with LOBs</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><a href="postgres-howto.html">Postgres</a></td>
+ <td>org.postgresql.Driver</td>
+ <td>No known problems</td>
+ <td><a href="mailto:[EMAIL PROTECTED]">Scott Eade</a></td>
+ </tr>
+ <tr>
+ <td>SapDB</td>
+ <td>com.sap.dbtech.jdbc.DriverSapDB</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><a href="sybase-howto.html">Sybase</a></td>
+ <td>com.sybase.jdbc2.jdbc.SybDriver</td>
+ <td>
+ JDBCToXMLSchema task will not generate the schema properly.
+ All other tests pass.
+ </td>
+ <td><a href="mailto:[EMAIL PROTECTED]">Jeffrey D. Brekke</a></td>
+ </tr>
+ <tr>
+ <td>Weblogic</td>
+ <td>weblogic.jdbc.pool.Driver</td>
+ <td></td>
+ <td></td>
+ </tr>
+ </table>
+
+ <p>
+ If your RDBMS is not listed here, please read the document about
+ <a href="../../../developer-info/db-adapters.html">writing DB
Adapters</a>.
+ </p>
+ <p>
+ If there is no tester for your RDBMS and you want to help, please read
+ the <a href="../../../developer-info/test-project.html">test project
guide</a>,
+ run the tests and send your results (and bugfixes ;) to the
+ <a href="mailto:[email protected]">[email protected]</a>
+ list.
+ </p>
+ </section>
+
+ </body>
+</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]