This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch past-M2
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/past-M2 by this push:
new 44387e397 there is no more openbase
44387e397 is described below
commit 44387e3975bd248f0d620c42602ab4fc740faa8b
Author: Andrus Adamchik <[email protected]>
AuthorDate: Fri Jun 12 19:25:24 2026 -0400
there is no more openbase
---
.../org/apache/cayenne/dba/openbase/types.xml | 108 ---------------------
1 file changed, 108 deletions(-)
diff --git
a/cayenne/src/main/resources/org/apache/cayenne/dba/openbase/types.xml
b/cayenne/src/main/resources/org/apache/cayenne/dba/openbase/types.xml
deleted file mode 100644
index 5a6664581..000000000
--- a/cayenne/src/main/resources/org/apache/cayenne/dba/openbase/types.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!--
-OpenBase types mapping
--->
-
-<types>
- <jdbc-type name="ARRAY">
- </jdbc-type>
- <jdbc-type name="BIGINT">
- <db-type name="longlong"/>
- </jdbc-type>
- <jdbc-type name="BINARY">
- <db-type name="binary"/>
- </jdbc-type>
- <jdbc-type name="BIT">
- <db-type name="boolean"/>
- </jdbc-type>
- <jdbc-type name="BLOB">
- <db-type name="object"/>
- </jdbc-type>
- <jdbc-type name="BOOLEAN">
- <db-type name="boolean"/>
- </jdbc-type>
- <jdbc-type name="CHAR">
- <db-type name="char"/>
- </jdbc-type>
- <jdbc-type name="CLOB">
- <db-type name="text"/>
- </jdbc-type>
- <jdbc-type name="DATALINK">
- </jdbc-type>
- <jdbc-type name="DATE">
- <db-type name="date"/>
- </jdbc-type>
- <jdbc-type name="DECIMAL">
- <db-type name="money"/>
- </jdbc-type>
- <jdbc-type name="DOUBLE">
- <db-type name="double"/>
- </jdbc-type>
- <jdbc-type name="FLOAT">
- <db-type name="float"/>
- </jdbc-type>
- <jdbc-type name="INTEGER">
- <db-type name="long"/>
- </jdbc-type>
- <jdbc-type name="JAVA_OBJECT">
- <db-type name="object"/>
- </jdbc-type>
- <jdbc-type name="LONGVARBINARY">
- <db-type name="object"/>
- </jdbc-type>
- <jdbc-type name="LONGVARCHAR">
- <db-type name="text"/>
- </jdbc-type>
- <jdbc-type name="NUMERIC">
- <db-type name="money"/>
- </jdbc-type>
- <jdbc-type name="OTHER">
- </jdbc-type>
- <jdbc-type name="REAL">
- <db-type name="double"/>
- </jdbc-type>
- <jdbc-type name="REF">
- </jdbc-type>
- <jdbc-type name="SMALLINT">
- <db-type name="int"/>
- </jdbc-type>
- <jdbc-type name="STRUCT">
- <db-type name="object"/>
- </jdbc-type>
- <jdbc-type name="TIME">
- <db-type name="time"/>
- </jdbc-type>
- <jdbc-type name="TIMESTAMP">
- <db-type name="timestamp"/>
- </jdbc-type>
- <jdbc-type name="TINYINT">
- <db-type name="int"/>
- </jdbc-type>
- <jdbc-type name="VARBINARY">
- <db-type name="binary"/>
- </jdbc-type>
- <jdbc-type name="VARCHAR">
- <db-type name="char"/>
- </jdbc-type>
-</types>
-