You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/03/23 21:11:25 UTC

svn commit: r388255 - /incubator/roller/trunk/metadata/database/oracle.properties

Author: snoopdave
Date: Thu Mar 23 12:11:23 2006
New Revision: 388255

URL: http://svn.apache.org/viewcvs?rev=388255&view=rev
Log:
Switching from TEXT to CLOB as recommented by Oracle fans on roller-dev list

Modified:
    incubator/roller/trunk/metadata/database/oracle.properties

Modified: incubator/roller/trunk/metadata/database/oracle.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/metadata/database/oracle.properties?rev=388255&r1=388254&r2=388255&view=diff
==============================================================================
--- incubator/roller/trunk/metadata/database/oracle.properties (original)
+++ incubator/roller/trunk/metadata/database/oracle.properties Thu Mar 23 12:11:23 2006
@@ -1,5 +1,5 @@
 DBTYPE=ORACLE
-TEXT_SQL_TYPE=text
+TEXT_SQL_TYPE=clob
 BOOLEAN_SQL_TYPE_FALSE=number(1) default 0
 BOOLEAN_SQL_TYPE_TRUE=number(1) default 1
 BOOLEAN_SQL_TYPE=bit