James Sun
James Sun
> how to write spring configration,Conflict with spring-data-redis? > thank you demo https://github.com/shootercheng/redis-cache-spring
https://blog.csdn.net/lovelong8808/article/details/78738086/
forget to revert it ---Original--- From: "Bassam Al-Sarori"
> Hello @shootercheng , > > Do you need this for [mybatis-migrations](https://github.com/mybatis/migrations) ? I just want to execute table structure SQL instead of migrating data
> Okay, thanks for the info, @shootercheng ! > > `ScriptRunner` is actually created for Migrations and some changes in this PR breaks compatibility, so we cannot merge this, unfortunately....
@harawata Thank you for your advice When executing the VersionWithoutChangeLog main method, the following error will occur `ERROR: Error executing command. Cause: org.apache.ibatis.jdbc.RuntimeSqlException: Error executing: DELIMITER ; . Cause: java.sql.SQLSyntaxErrorException:...
> If you use mybatis-migrations or the built-in ScriptRunner, you need to use the special delimiter command (which is different from mysql client's delimiter command). > > ```sql > --...
@harawata I've understood what the original author meant. I've updated the code
@harawata Ha-ha, Now we can define a delimiter handler to support vendor specific commands
> Thank you for the update, @shootercheng ! > > Does it have to be a regex? > I've seen several similar requests demanding a configurable delimiter, but they all...