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

Getting Incorrect string value: '\xE2\x9C\xA8", ...' for column 'text_of_script' #432

Closed
Sabarinatha159 opened this issue Feb 6, 2024 · 3 comments
Assignees
Labels
question Further information is requested triage Work out what the issue is
Milestone

Comments

@Sabarinatha159
Copy link

Sabarinatha159 commented Feb 6, 2024

Getting the Incorrect string value: '\xE2\x9C\xA8" issue while Trying to insert query with the emojis like (✨)

Issue details
Unhandled exception: grate.Exceptions.MigrationFailed: Migration failed due to errors: 2024-02-06 21:59:20 * Incorrect string value: '\xE2\x9C\xA8", ...' for column 'text_of_script' at row 1

@Sabarinatha159 Sabarinatha159 changed the title Unhandled exception: grate.Exceptions.MigrationFailed: Migration failed due to errors: 2024-02-06 21:59:20 * Incorrect string value: '\xE2\x9C\xA8", ...' for column 'text_of_script' at row 1 Geetting Incorrect string value: '\xE2\x9C\xA8", ...' for column 'text_of_script' Feb 6, 2024
@Sabarinatha159 Sabarinatha159 changed the title Geetting Incorrect string value: '\xE2\x9C\xA8", ...' for column 'text_of_script' Getting Incorrect string value: '\xE2\x9C\xA8", ...' for column 'text_of_script' Feb 6, 2024
@erikbra
Copy link
Owner

erikbra commented Feb 12, 2024

Hi, @Sabarinatha159 , could you please tell me which database you are using?

@erikbra erikbra added triage Work out what the issue is question Further information is requested labels Feb 12, 2024
@kitroed
Copy link
Contributor

kitroed commented Feb 29, 2024

I was able to use ✨ in a sproc definition in SQL Server. UTF-8 as a default encoding is nice.

@erikbra erikbra added this to the 1.7.0 milestone Apr 18, 2024
@erikbra erikbra self-assigned this Apr 18, 2024
@erikbra
Copy link
Owner

erikbra commented Apr 18, 2024

This wasn't working for some of the tables, and not for all databases. Fixed in #501

@erikbra erikbra closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested triage Work out what the issue is
Projects
None yet
Development

No branches or pull requests

3 participants