WASdev / standards.jsr352.jbatch

Home of 'jbatch', a compatible implementation of the Jakarta Batch specification (and the former Reference Implementation for the JSR 352, Batch Applications for the Java Platform specification).
Other
21 stars 18 forks source link

fix issue11 by using 'USE schema_name' on mysql #52

Closed FengLiqiong closed 7 years ago

FengLiqiong commented 7 years ago

This change is to fix https://github.com/WASdev/standards.jsr352.jbatch/issues/11. It updates method setSchemaOnConnection in JDBCPersistenceManagerImpl.java to use 'USE schema_name' instead of 'SET SCHEMA' on mysql.