You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/05/05 10:54:01 UTC

svn commit: r653364 - /jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/db2.properties

Author: jukka
Date: Mon May  5 01:54:00 2008
New Revision: 653364

URL: http://svn.apache.org/viewvc?rev=653364&view=rev
Log:
1.4: Merged revision 653362 (JCR-1566)

Modified:
    jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/db2.properties

Modified: jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/db2.properties
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/db2.properties?rev=653364&r1=653363&r2=653364&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/db2.properties (original)
+++ jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/db2.properties Mon May  5 01:54:00 2008
@@ -13,4 +13,5 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-driver=COM.ibm.db2.jdbc.net.DB2Driver
\ No newline at end of file
+driver=COM.ibm.db2.jdbc.net.DB2Driver
+createTable=CREATE TABLE ${tablePrefix}${table}(ID VARCHAR(255) PRIMARY KEY NOT NULL, LENGTH BIGINT, LAST_MODIFIED BIGINT, DATA BLOB(1000M))