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/09/18 21:49:11 UTC

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

Author: snoopdave
Date: Mon Sep 18 12:49:11 2006
New Revision: 447522

URL: http://svn.apache.org/viewvc?view=rev&rev=447522
Log:
Use NUMBER(1) for booleans in Oracle scripts

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

Modified: incubator/roller/trunk/metadata/database/oracle.properties
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/metadata/database/oracle.properties?view=diff&rev=447522&r1=447521&r2=447522
==============================================================================
--- incubator/roller/trunk/metadata/database/oracle.properties (original)
+++ incubator/roller/trunk/metadata/database/oracle.properties Mon Sep 18 12:49:11 2006
@@ -18,7 +18,7 @@
 TEXT_SQL_TYPE=clob
 BOOLEAN_SQL_TYPE_FALSE=number(1) default 0
 BOOLEAN_SQL_TYPE_TRUE=number(1) default 1
-BOOLEAN_SQL_TYPE=bit
+BOOLEAN_SQL_TYPE=number(1)
 BOOLEAN_FALSE=0
 BOOLEAN_TRUE=1
 INDEXSIZE=