-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Runtime Schema Upgrade (i.e. in-app migration) #2
Comments
I like the general idea of the changes. |
Hi Tim, Thank you for the input! Command is actually an important layer that translates command line args/settings into values being used in Operation (= Java API) layer. Wouldn't you agree that we should keep those command line stuff out of Java API layer? Best regards, |
I do agree with keeping that out. That is why I added the options/options parser and the commands enum. |
Ah, I see. Sorry about my misunderstanding. But it requires a lot of work including rewrite of the existing clients. [1] the maven plugin needs some adjustment as it uses some internal stuff. |
Yes! That is/was the plan. Sorry I've been lazy and haven't been working on On Thu, Jul 11, 2013 at 9:45 AM, Iwao AVE! [email protected] wrote:
|
Tim, |
The goal is to provide a flexible and easy-to-use API for java programs that need migrations at runtime.
The API should provide:
The targets of this issue is the following database operation commands.
This was originally reported as mybatis/old-google-code-issues#653
The text was updated successfully, but these errors were encountered: