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

Argument 'value' has incorrect type (expected str, got UUID) #240

Closed
Yuwenqing opened this issue Nov 19, 2023 · 1 comment · Fixed by #241
Closed

Argument 'value' has incorrect type (expected str, got UUID) #240

Yuwenqing opened this issue Nov 19, 2023 · 1 comment · Fixed by #241

Comments

@Yuwenqing
Copy link

当新建用户时,遇到如下报错
File "asyncmy\converters.pyx", line 26, in asyncmy.converters.escape_item
val = encoder(val, mapping)
TypeError: Argument 'value' has incorrect type (expected str, got UUID)

asyncmy 0.2.8
Mysql 8.1.0

@wu-clan wu-clan mentioned this issue Nov 19, 2023
@wu-clan wu-clan linked a pull request Nov 20, 2023 that will close this issue
@wu-clan
Copy link
Member

wu-clan commented Nov 20, 2023

This issue is being fixed as much as possible.

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

Successfully merging a pull request may close this issue.

2 participants