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

🐛 Bug: Incorrect sorting of Cyrillic data #8331

Open
1 task done
lynx-work opened this issue Apr 24, 2024 · 3 comments
Open
1 task done

🐛 Bug: Incorrect sorting of Cyrillic data #8331

lynx-work opened this issue Apr 24, 2024 · 3 comments

Comments

@lynx-work
Copy link

Please confirm if bug report does NOT exist already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

Incorrect sorting of data in Cyrillic.

If you enter data into the table in Cyrillic and then try to sort in alphabetical order, the sorting is incorrect.

Desired Behavior

Sorting in Cyrillic should be in accordance with the Cyrillic alphabet.
АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ

Project Details

Node: v20.12.1
Arch: x64
Platform: linux
Docker: false
RootDB: mysql2
PackageVersion: 0.205.1

Attachments

Снимок экрана 2024-04-24 в 12 04 15
@dstala
Copy link
Member

dstala commented May 15, 2024

Works fine with PG DB

@dstala
Copy link
Member

dstala commented May 15, 2024

Node: v18.19.1
Arch: arm64
Platform: darwin
Docker: false
RootDB: mysql2
PackageVersion: 0.205.0

Input

Иван (Ivan)
Наталья (Natalya)
Сергей (Sergey)
Мария (Mariya)
Михаил (Mikhail)
Ольга (Olga)
Дмитрий (Dmitriy)
Анастасия (Anastasiya)
Александр (Aleksandr)
Екатерина (Ekaterina)

Sorted output

Александр (Aleksandr)
Анастасия (Anastasiya)
Дмитрий (Dmitriy)
Екатерина (Ekaterina)
Иван (Ivan)
Мария (Mariya)
Михаил (Mikhail)
Наталья (Natalya)
Ольга (Olga)
Сергей (Sergey)

@lynx-work
Copy link
Author

Yeah, it's a weird bug. I made a copy of the table and everything sorts normally in it. But the sorting in the original table still does not work properly.
In my configuration using MariaDB as MySQL.

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

No branches or pull requests

2 participants