problems update #39
YuriFontella
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @YuriFontella so from 0.7.2 to this one there was an internal rewritten in order to modernize but we will have a look @devkral . Let's address this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
I was using version 0.7.2 performing raw queries with asyncmy
something like:
the query returned within a Record class
with for I already mapped the columns with the result
when updating to version 0.9.2 the results started coming inside tuples, which ended up breaking all my queries with the error:
cannot convert dictionary update sequence element #0 to a sequence
UPDATE
return of queries with version 0.9.2:
I downgraded to version 0.7.2
Was this a problem with the package?
Beta Was this translation helpful? Give feedback.
All reactions