You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by dk...@apache.org on 2016/11/12 14:11:01 UTC

[1/2] cayenne git commit: CAY-2138 Add NVARCHAR, LONGNVARCHAR and NCLOB type definition to Firebird types.xml

Repository: cayenne
Updated Branches:
  refs/heads/master b67f8f1fc -> 56906f07a


CAY-2138 Add NVARCHAR, LONGNVARCHAR and NCLOB type definition to Firebird types.xml


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/349f83d2
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/349f83d2
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/349f83d2

Branch: refs/heads/master
Commit: 349f83d2bba426a134f0a2d219593cc7d5f48d76
Parents: b67f8f1
Author: Dzmitry Kazimirchyk <dk...@gmail.com>
Authored: Sat Nov 12 16:54:53 2016 +0300
Committer: Dzmitry Kazimirchyk <dk...@gmail.com>
Committed: Sat Nov 12 17:10:28 2016 +0300

----------------------------------------------------------------------
 .../resources/org/apache/cayenne/dba/firebird/types.xml   | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/349f83d2/cayenne-server/src/main/resources/org/apache/cayenne/dba/firebird/types.xml
----------------------------------------------------------------------
diff --git a/cayenne-server/src/main/resources/org/apache/cayenne/dba/firebird/types.xml b/cayenne-server/src/main/resources/org/apache/cayenne/dba/firebird/types.xml
index 08b94c4..9f009ac 100644
--- a/cayenne-server/src/main/resources/org/apache/cayenne/dba/firebird/types.xml
+++ b/cayenne-server/src/main/resources/org/apache/cayenne/dba/firebird/types.xml
@@ -54,6 +54,9 @@ http://db.apache.org/ddlutils/databases/firebird.html
    <jdbc-type name="CLOB">
        <db-type name="BLOB SUB_TYPE TEXT"/>
    </jdbc-type>
+   <jdbc-type name="NCLOB">
+       <db-type name="BLOB SUB_TYPE TEXT"/>
+   </jdbc-type>
    <jdbc-type name="DATALINK">
        <db-type name="BLOB"/>
    </jdbc-type>
@@ -81,6 +84,9 @@ http://db.apache.org/ddlutils/databases/firebird.html
    <jdbc-type name="LONGVARCHAR">
        <db-type name="BLOB SUB_TYPE TEXT"/>
    </jdbc-type>
+   <jdbc-type name="LONGNVARCHAR">
+       <db-type name="BLOB SUB_TYPE TEXT"/>
+   </jdbc-type>
    <jdbc-type name="NUMERIC">
        <db-type name="DECIMAL"/>
    </jdbc-type>
@@ -114,7 +120,7 @@ http://db.apache.org/ddlutils/databases/firebird.html
    <jdbc-type name="VARCHAR">
        <db-type name="VARCHAR"/>
    </jdbc-type>
-   <jdbc-type name="VARCHAR">
-       <db-type name="VARCHAR(x) CHARACTER SET UNICODE_FSS"/>
+   <jdbc-type name="NVARCHAR">
+       <db-type name="VARCHAR CHARACTER SET UNICODE_FSS"/>
    </jdbc-type>
 </types>


[2/2] cayenne git commit: CAY-2138 Release notes

Posted by dk...@apache.org.
CAY-2138 Release notes


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/56906f07
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/56906f07
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/56906f07

Branch: refs/heads/master
Commit: 56906f07a87fd04e897e9b25f21435ad824d641d
Parents: 349f83d
Author: Dzmitry Kazimirchyk <dk...@gmail.com>
Authored: Sat Nov 12 17:08:00 2016 +0300
Committer: Dzmitry Kazimirchyk <dk...@gmail.com>
Committed: Sat Nov 12 17:10:36 2016 +0300

----------------------------------------------------------------------
 docs/doc/src/main/resources/RELEASE-NOTES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/56906f07/docs/doc/src/main/resources/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/docs/doc/src/main/resources/RELEASE-NOTES.txt b/docs/doc/src/main/resources/RELEASE-NOTES.txt
index 613a3f7..066f890 100644
--- a/docs/doc/src/main/resources/RELEASE-NOTES.txt
+++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt
@@ -66,6 +66,7 @@ CAY-2125 SchemaUpdateStrategy doesn't work with multiple DataNodes
 CAY-2126 Modeler cannot upgrade project from v7 to v9
 CAY-2128 Modeler stored procedures are not imported
 CAY-2131 Modeler NullPointerException in reverse engineering when importing different catalogs in one datamap
+CAY-2138 NVARCHAR, LONGNVARCHAR and NCLOB types are missing from Firebird types.xml
 
 ----------------------------------
 Release: 4.0.M3