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

character set introducer needs to be supported for some filter functions #3232

Closed
jennifersp opened this issue Apr 14, 2022 · 2 comments
Closed
Assignees
Labels
dumps Deals with dumping to and from mysql

Comments

@jennifersp
Copy link
Contributor

CREATE TABLE `mytable` ( 
  `pk` int NOT NULL,
  `col2` int DEFAULT (date_format(now(),_utf8mb4'%Y')),
  `col3` varchar(20) NOT NULL DEFAULT 'sometext', 
PRIMARY KEY (`pk`), 
CONSTRAINT `status` CHECK ((`col3` like _utf8mb4'%sometext%')) 
);

error message : unsupported feature: unary operator: _utf8mb4

@jennifersp jennifersp added the dumps Deals with dumping to and from mysql label Apr 14, 2022
@VinaiRachakonda
Copy link
Contributor

Let's fix this ASAP

@jennifersp jennifersp self-assigned this Apr 18, 2022
@jennifersp
Copy link
Contributor Author

fixed in dolthub/go-mysql-server#960

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dumps Deals with dumping to and from mysql
Projects
None yet
Development

No branches or pull requests

2 participants