Iwao AVE!

Results 377 comments of Iwao AVE!

> Shouldn't the program handle multiple input situations? To achieve this, we have to have parsers that understand command syntax of various SQL clients. I don't think it's realistic. In...

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 are about the output...

Thank you for the comment, @h3adache , This needs to be a separate setting than the current `delimiter` option in the [environment](http://mybatis.org/migrations/init.html#a..2Fenvironments) file because `delimiter` is used for all migration...

@shootercheng , Then, like I suggested first, it is best to copy `ScriptRunner.java` to your project and make necessary changes there. It's a very simple JDBC statement executor and does...

Yes, in this repo (=MyBatis core), this class is used as a simple utility for loading test SQLs. I keep telling you that the right way is to use ScriptRunner's...

You have a different requirement than MyBatis. The ScriptRunner in this repo is an internal testing utility and it is pointless to make it compatible with mysql client. So, my...

I just took a quick look. Good work, @shootercheng ! Most lines in the `ScriptRunner` are for Migrations, so your `BaseScriptRunner` can be much simpler, probably. :)

Thanks for the explanation, @h3adache ! From what I see, there are two levels of possible enhancements. 1. Support MySQL's `DELIMITER` command : this is relatively easy. I just prefer...

Hello @DavidTangWei , It is a known limitation. I have been working on a patch, but it requires a lot of changes and I don't have much free time recently.

@wyl0706 There will be a new comment when/if there is any news. :)