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

fix: handle index error for JSON columns #1205

Merged
merged 1 commit into from
Apr 16, 2022
Merged

fix: handle index error for JSON columns #1205

merged 1 commit into from
Apr 16, 2022

Conversation

iromli
Copy link
Contributor

@iromli iromli commented Apr 15, 2022

Description

The changeset fixes error on index creation (MySQL 5.7).

Target issue

Ref: #1204

Implementation Details

When using MySQL 5.7, instead of creating index with CAST query on it, create virtual column + index specified for JSON columns.

@iromli iromli requested a review from moabu as a code owner April 15, 2022 20:29
@iromli iromli linked an issue Apr 15, 2022 that may be closed by this pull request
@mo-auto mo-auto added comp-docker-jans-persistence-loader kind-bug Issue or PR is a bug in existing functionality labels Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-docker-jans-persistence-loader kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error creating index on MySQL 5.7
3 participants