This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 9faaadd Name clashes with a reserved name for MySQL 8.x
9faaadd is described below
commit 9faaaddbc184128aed25a507e56b8ec95dfd6241
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Jul 30 16:56:39 2021 +0300
Name clashes with a reserved name for MySQL 8.x
---
cayenne-server/src/test/resources/empty.map.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cayenne-server/src/test/resources/empty.map.xml
b/cayenne-server/src/test/resources/empty.map.xml
index 2ddcdd7..13e3190 100644
--- a/cayenne-server/src/test/resources/empty.map.xml
+++ b/cayenne-server/src/test/resources/empty.map.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://cayenne.apache.org/schema/10/modelMap
http://cayenne.apache.org/schema/10/modelMap.xsd"
project-version="10">
- <db-entity name="EMPTY">
+ <db-entity name="EMPTY_ENTITY">
<db-attribute name="ID" type="INTEGER" isPrimaryKey="true"
isMandatory="true"/>
</db-entity>
</data-map>