Description | We use DdlUtils to upgrade our schema in runtime. Database is H2. DdlUtils builds invalid SQL to alter schema using Symmetric's H2Builder class when some indecies are removed. org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement DROP INDEX PK_BLOB_BINARY ON[*] BLOB_BINARY; SQL statement: DROP INDEX PK_BLOB_BINARY ON BLOB_BINARY [42000-115] Index names in H2 are unique to a schema and hence H2 does not use the ON <tablename> clause. It is NOT issue for SymmetricDS at the moment but can be in the future. |
---|