mkalen 2005/04/25 18:51:00
Modified: src/schema Tag: OJB_1_0_RELEASE ojbtest-schema.xml
src/test/org/apache/ojb Tag: OJB_1_0_RELEASE
repository_junit_inheritance.xml
Log:
Rename column SHARE (which is a reserved word for eg Oracle).
Revision Changes Path
No revision
No revision
1.80.2.19 +2 -2 db-ojb/src/schema/ojbtest-schema.xml
Index: ojbtest-schema.xml
===================================================================
RCS file: /home/cvs/db-ojb/src/schema/ojbtest-schema.xml,v
retrieving revision 1.80.2.18
retrieving revision 1.80.2.19
diff -u -r1.80.2.18 -r1.80.2.19
--- ojbtest-schema.xml 22 Apr 2005 16:42:22 -0000 1.80.2.18
+++ ojbtest-schema.xml 26 Apr 2005 01:51:00 -0000 1.80.2.19
@@ -1249,7 +1249,7 @@
<table name="INHERITANCE_SHAREHOLDER">
<column name="OBJ_ID" required="true" primaryKey="true"
type="INTEGER"/>
<column name="OBJ_ID_2" required="true" primaryKey="true"
type="DECIMAL" size="15,0"/>
- <column name="SHARE" type="INTEGER"/>
+ <column name="SHARE_" type="INTEGER"/>
<column name="SUPER_ID" type="INTEGER"/>
<column name="SUPER_ID_2" type="DECIMAL" size="15,0"/>
<foreign-key foreignTable="INHERITANCE_MANAGER">
No revision
No revision
1.1.2.3 +3 -2
db-ojb/src/test/org/apache/ojb/Attic/repository_junit_inheritance.xml
Index: repository_junit_inheritance.xml
===================================================================
RCS file:
/home/cvs/db-ojb/src/test/org/apache/ojb/Attic/repository_junit_inheritance.xml,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- repository_junit_inheritance.xml 22 Apr 2005 16:42:22 -0000 1.1.2.2
+++ repository_junit_inheritance.xml 26 Apr 2005 01:51:00 -0000 1.1.2.3
@@ -1,5 +1,6 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
-#/* Copyright 2003-2004 The Apache Software Foundation
+#/* Copyright 2003-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -221,7 +222,7 @@
<field-descriptor
name="share"
- column="SHARE"
+ column="SHARE_"
jdbc-type="INTEGER"
/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]