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

Parse Hexadecimal values #1272

Open
altmannmarcelo opened this issue Jun 13, 2024 · 0 comments
Open

Parse Hexadecimal values #1272

altmannmarcelo opened this issue Jun 13, 2024 · 0 comments

Comments

@altmannmarcelo
Copy link
Contributor

Description

We currently fail to parse HEX values:

CREATE TABLE t (name VARCHAR(10));
INSERT INTO t VALUES (0x6D617263656C6F);

readyset> SELECT * FROM t WHERE name = 0x6D617263656C6F;
+---------+
| name    |
+---------+
| marcelo |
+---------+
1 row in set (0,00 sec)

readyset> CREATE CACHE FROM SELECT * FROM t WHERE name = 0x6D617263656C6F;
ERROR 1105 (HY000): Query failed to parse: SELECT * FROM t WHERE name = 0x6D617263656C6F

Change in user-visible behavior

Requires documentation change

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

No branches or pull requests

1 participant