View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004525 | SymmetricDS | Bug | public | 2020-09-04 18:22 | 2020-09-04 18:22 |
Reporter | pmarzullo | Assigned To | |||
Priority | normal | ||||
Status | new | Resolution | open | ||
Product Version | 3.8.0 | ||||
Target Version | 3.13.0 | ||||
Summary | 0004525: Database name with special character like minus sign, fails to create trigger | ||||
Description | On MySQL, the database name had a minus (-) sign in the name, which caused trigger creation to fail. org.jumpmind.db.sql.SqlException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near | ||||
Steps To Reproduce | create database my-test; | ||||
Tags | dialect: mysql/mariadb | ||||