Thanks for the quick fixing, Gord!
I've created a branch in the former github repository to simplify the execution as much as I could. https://github.com/krequena/eamodeltransfer/tree/ucanaccess_bug Running the Main class with UCanAccess 4.0.3 works, but with 4.0.4 fails with the error message I posted above. Parameters used in the prepared statement get printed in the console to clarify what data is being used for the t_stereotypes table.
Sure. Building this library changing the version in the pom.xml file by 4.0.4 will make a test fail when compiling. https://github.com/krequena/eamodeltransfer
Dears, I've just run into what seems a regression bug in the UCanAccess library. A code that was running well in 4.0.3 now does not work in 4.0.4. Specifically, this code creates a PreparedStatement to perform several inserts into a table. With 4.0.4 it now produces an exception: Please mind the message translation, since it is in Spanish. I guess it's a wrong translation from "Unexpected token". java.sql.SQLSyntaxErrorException: palabra no esperado: STEREOTYPE at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown...