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] query error on Editor #110

Open
wldbest opened this issue Nov 1, 2024 · 2 comments
Open

[BUG] query error on Editor #110

wldbest opened this issue Nov 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@wldbest
Copy link

wldbest commented Nov 1, 2024

Describe the bug

SELECT id, glyph FROM emojis WHERE glyph = "🇨🇶";
Makes error
'non terminated literal'

It works on the main row list filtering, but not works in the SQL Query Editor.

Platform and Database

libsql(Turso) up-to-date version
windows 10
@wldbest wldbest added the bug Something isn't working label Nov 1, 2024
@wyhaya
Copy link
Member

wyhaya commented Nov 1, 2024

Hi @wldbest , Thank you for your feedback! Could you provide more detailed information?

I am unable to reproduce this error.

CREATE TABLE emojis (id integer PRIMARY KEY, glyph text);
SELECT id, glyph FROM emojis WHERE glyph = "🇨🇶";
-- No error

@wldbest
Copy link
Author

wldbest commented Nov 1, 2024

Hi, check about this:

CREATE TABLE emojis3 (id integer PRIMARY KEY, glyph text, glyph_2 text);
SELECT id, glyph FROM emojis WHERE glyph = "🇨🇶";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants