You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we discussed over the call, this is one of the issues I am facing while inserting ligatures like æ or ø to a table I am getting following error.
Error message/log
Caused by these errors (recent errors listed first):
1: Invalid UTF-8 sequence
2: invalid utf-8 sequence of 1 bytes from index 76
To Reproduce
CREATE TABLE t1
(
id INT PRIMARY KEY,
name VARCHAR,
address TEXT
);
INSERT INTO t1 (id,name,address) VALUES(1,'Thømas', 'Vallanbæk Way');
But if I do this,
INSERT INTO t1 (id,name,address) VALUES(1,'Thømas', 'Vallanbk Strand');
removing æ from the value , then the insertion is success. But select * from will give 'o' instead of 'ø',
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
2.0
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
As we discussed over the call, this is one of the issues I am facing while inserting ligatures like
æ
orø
to a table I am getting following error.Error message/log
To Reproduce
removing æ from the value , then the insertion is success. But select * from will give 'o' instead of 'ø',
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
2.0
Additional context
No response
The text was updated successfully, but these errors were encountered: