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

Support for multi-byte column names when splitting queries #801

Merged

Conversation

TakuyaKurimoto
Copy link
Contributor

@TakuyaKurimoto TakuyaKurimoto commented May 19, 2023

Hello !
Query splitting does not work well when column names contain multibyte characters.
Here is an example of a table schema that causes problems.

create_table :topics, force: :cascade do |t|
    t.string 'あいう'  
end

@jkowens
Copy link
Collaborator

jkowens commented May 19, 2023

Nice, thank you!

@jkowens jkowens merged commit f541f2d into zdennis:master May 19, 2023
12 checks passed
@jkowens
Copy link
Collaborator

jkowens commented Aug 21, 2023

Finally released in v1.5.0 🎉

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

Successfully merging this pull request may close these issues.

None yet

2 participants