Skip to content
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

FEATURE: Use of multi-character delimiters #96

Closed
chb0github opened this issue Oct 18, 2017 · 1 comment
Closed

FEATURE: Use of multi-character delimiters #96

chb0github opened this issue Oct 18, 2017 · 1 comment
Assignees
Milestone

Comments

@chb0github
Copy link
Contributor

Discussed in #88

Currently the --@delimiter flag only accept a single character. Considering most programming languages are capable of using every character on the keyboard, frequently a multi-character delimiter is used.

@harawata harawata self-assigned this Oct 25, 2017
@harawata harawata added this to the 3.3.2 milestone Oct 25, 2017
@harawata
Copy link
Member

Fixed in the core via mybatis/mybatis-3@082bb34
That version of the core will be included in the next release (3.3.2).

It is also possible to verify the fix with the following steps.

  • Replace older mybatis-VERSION.jar in $MIGRATIONS_HOME/lib` with the latest mybatis-3.4.6-SNAPSHOT.jar obtained from the snapshot repo.
  • Edit the hardcoded JAR file name in the startup scripts in $MIGRATIONS_HOME/bin/.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants