From a8b6502e243042940b66081f713e3e884e322ea1 Mon Sep 17 00:00:00 2001 From: Michael Dick Date: Mon, 24 Aug 2009 15:05:02 +0000 Subject: [PATCH] OPENJPA-1246: Example configuration and improved documentation for Ingres. Submitted by : Alan Raison git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@807267 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/doc/manual/supported_databases.xml | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/openjpa-project/src/doc/manual/supported_databases.xml b/openjpa-project/src/doc/manual/supported_databases.xml index 0bd3239a3..9d803d9f6 100644 --- a/openjpa-project/src/doc/manual/supported_databases.xml +++ b/openjpa-project/src/doc/manual/supported_databases.xml @@ -189,7 +189,7 @@ by OpenJPA. 9.2 - iijdbc + Ingres JDBC Driver 9.2-3.4.8 @@ -616,16 +616,16 @@ None Ingres Database - - - - - - - - - - + + + Example properties for Ingres + + +openjpa.ConnectionDriverName: com.ingres.jdbc.IngresDriver +openjpa.ConnectionURL: \ + jdbc:ingres://SERVER_NAME:DAS_SERVER_PORT/DB_NAME + +
Known issues with Ingres @@ -633,7 +633,8 @@ None <itemizedlist> <listitem> <para> - None. + Databases must be created with the -n flag for Unicode compatibility in + order to use LOBs. </para> </listitem> </itemizedlist>