The Wayback Machine - https://web.archive.org/web/20201127025057/https://github.com/playframework/play-slick/issues/498
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

Evolution script is skipped if there is any Cyrillic character #498

Open
SunPj opened this issue Sep 11, 2019 · 1 comment
Open

Evolution script is skipped if there is any Cyrillic character #498

SunPj opened this issue Sep 11, 2019 · 1 comment

Comments

@SunPj
Copy link

@SunPj SunPj commented Sep 11, 2019

Here is an example where Cyrillic "C" is used instead of Latin in СREATE keyword

СREATE TABLE table1(col1 VARCHAR(64))

No error is thrown which makes it difficult to find out why migration script is not applied.

Slick version is 2.0.0

@triage-new-issues triage-new-issues bot added the triage label Sep 11, 2019
@ignasi35 ignasi35 removed the triage label Sep 13, 2019
@marcospereira
Copy link
Member

@marcospereira marcospereira commented Sep 17, 2019

Hey @SunPj,

Is that happening when using the latest stable release (right now it is 4.0.2) and Play 2.7.3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.