James Sun
James Sun
The regex expression of the default delimiter handler is the same as befor, it doesn't affect the original logic. harawata is talking about nocomment handler ---Original--- From: "Tim Chen"
You can define different delimiter hander. For example, MysqlHander, PostgresqlHander. In my opinion, Regex matching of every line is unnecessary. ---Original--- From: "Tim Chen"
@harawata @h3adache My purpose is to enhance ScriptRunner, not migration. Because we only use ScriptRunner to execute SQL in our project, there is no need to import migration. In addition,...
I see a lot of test code using it.Maybe ScriptRunner should move to the test pkg. When you perform the stored procedure test, you still need to deal with the...
When we use migration to execute Navicat or Dbeaver exported stored procedures, we need to modify each stored procedure. I don't think it's the right way. ---Original--- From: "Iwao AVE!"
Thanks for your explanation! I will wait for your good news. ---Original--- From: "Iwao AVE!"
@harawata I have wrote a project. Would you like to give me some suggestions? https://github.com/CatDou/data-migration
> 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. :) Ha-ha,...
可以建一个boot 分支么???