polardbx-sql icon indicating copy to clipboard operation
polardbx-sql copied to clipboard

The return value fails to be decoded in prepare statement

Open walterhoson opened this issue 1 year ago • 2 comments
trafficstars

The Prisma framework failed to decode the return value when using the prepare statement

prisma_decode_error

However, it can be decoded properly when directly connected to MySQL

walterhoson avatar Nov 18 '24 08:11 walterhoson

charset is missing ?

package detail in Polardbx

Polardbx-prepare

package detail in MySQL

MySQL-prepare

walterhoson avatar Nov 18 '24 08:11 walterhoson

@walterhoson can you supply the table and sql ? Thus i can debug it

hustfxj avatar Nov 19 '24 01:11 hustfxj