commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6457 - in trunk/gnue-common/src/datasources/drivers: appserver/appserve


From: reinhard
Subject: r6457 - in trunk/gnue-common/src/datasources/drivers: appserver/appserver mysql/mysql odbc/wodbc oracle/cxoracle oracle/dcoracle postgresql/psycopg postgresql/pypgsql
Date: Wed, 6 Oct 2004 13:13:45 -0500 (CDT)

Author: reinhard
Date: 2004-10-06 13:13:44 -0500 (Wed, 06 Oct 2004)
New Revision: 6457

Modified:
   trunk/gnue-common/src/datasources/drivers/appserver/appserver/Info.py
   trunk/gnue-common/src/datasources/drivers/mysql/mysql/Info.py
   trunk/gnue-common/src/datasources/drivers/odbc/wodbc/Info.py
   trunk/gnue-common/src/datasources/drivers/oracle/cxoracle/Info.py
   trunk/gnue-common/src/datasources/drivers/oracle/dcoracle/Info.py
   trunk/gnue-common/src/datasources/drivers/postgresql/psycopg/Info.py
   trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Info.py
Log:
Some updates of driver infos.


Modified: trunk/gnue-common/src/datasources/drivers/appserver/appserver/Info.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/appserver/appserver/Info.py       
2004-10-06 09:25:47 UTC (rev 6456)
+++ trunk/gnue-common/src/datasources/drivers/appserver/appserver/Info.py       
2004-10-06 18:13:44 UTC (rev 6457)
@@ -65,4 +65,6 @@
 Notes
 -----
 1. GNUe AppServer works natively in utf-8, so encoding= is not a valid 
property.
+
+2. This driver is fully functional with no known serious problems.
 """

Modified: trunk/gnue-common/src/datasources/drivers/mysql/mysql/Info.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/mysql/mysql/Info.py       
2004-10-06 09:25:47 UTC (rev 6456)
+++ trunk/gnue-common/src/datasources/drivers/mysql/mysql/Info.py       
2004-10-06 18:13:44 UTC (rev 6457)
@@ -58,8 +58,11 @@
 1. Transactions are supported if MySQL is compiled with proper
    transactional support (3.x series does NOT do this by default!).
 
-2. Creation of new databases with "gnue-schema --createdb" does not
+2. Windows installer available at http://www.cs.fhm.edu/~ifw00065/.
+
+3. Creation of new databases with "gnue-schema --createdb" does not
    work with this driver.
 
-3. Windows installer available at http://www.cs.fhm.edu/~ifw00065/.
+4. Other than that, the driver is fully functional with no known serious
+   problems.
 """

Modified: trunk/gnue-common/src/datasources/drivers/odbc/wodbc/Info.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/odbc/wodbc/Info.py        
2004-10-06 09:25:47 UTC (rev 6456)
+++ trunk/gnue-common/src/datasources/drivers/odbc/wodbc/Info.py        
2004-10-06 18:13:44 UTC (rev 6457)
@@ -54,4 +54,7 @@
 1. Since the underlying driver does not support introspection and schema
    creation, GNUe cannot support ODBC introspection and schema creation via
    this driver.
+
+2. Other than that, the driver is fully functional with no known serious
+   problems.
 """

Modified: trunk/gnue-common/src/datasources/drivers/oracle/cxoracle/Info.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/oracle/cxoracle/Info.py   
2004-10-06 09:25:47 UTC (rev 6456)
+++ trunk/gnue-common/src/datasources/drivers/oracle/cxoracle/Info.py   
2004-10-06 18:13:44 UTC (rev 6457)
@@ -57,4 +57,10 @@
 1. Requires Oracle Client Libraries.
 
 2. Does not recognize the TWO_TASK environment setting.
+
+3. Creation of new databases with "gnue-schema --createdb" does not
+   work with this driver.
+
+4. Other than that, the driver is fully functional with no known serious
+   problems.
 """

Modified: trunk/gnue-common/src/datasources/drivers/oracle/dcoracle/Info.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/oracle/dcoracle/Info.py   
2004-10-06 09:25:47 UTC (rev 6456)
+++ trunk/gnue-common/src/datasources/drivers/oracle/dcoracle/Info.py   
2004-10-06 18:13:44 UTC (rev 6457)
@@ -60,4 +60,10 @@
 1. Requires Oracle Client Libraries.
 
 2. Does not recognize the TWO_TASK environment setting.
+
+3. Creation of new databases with "gnue-schema --createdb" does not
+   work with this driver.
+
+4. Other than that, the driver is fully functional with no known serious
+   problems.
 """

Modified: trunk/gnue-common/src/datasources/drivers/postgresql/psycopg/Info.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/postgresql/psycopg/Info.py        
2004-10-06 09:25:47 UTC (rev 6456)
+++ trunk/gnue-common/src/datasources/drivers/postgresql/psycopg/Info.py        
2004-10-06 18:13:44 UTC (rev 6457)
@@ -59,4 +59,6 @@
 1. This is the driver of choice for PostgreSQL.
 
 2. Available in Debian as: "apt-get install python-psycopg".
+
+3. This driver is fully functional with no known serious problems.
 """

Modified: trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Info.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Info.py        
2004-10-06 09:25:47 UTC (rev 6456)
+++ trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Info.py        
2004-10-06 18:13:44 UTC (rev 6457)
@@ -61,4 +61,6 @@
 Notes
 -----
 1. pyPgSQL is available in Debian as python-pgsql.
+
+2. This driver is fully functional with no known serious problems.
 """





reply via email to

[Prev in Thread] Current Thread [Next in Thread]