I checked and all the values are strings as expect...
# prisma-client
m
I checked and all the values are strings as expected and nothing is NULL or anything like that. Would love to know where this 0x00 is coming from.
Copy code
[
      {
        text: '($1, $2, $3)',
        sql: '(?, ?, ?)',
        values: [
          'a5fab966-a225-4095-bf3e-f67fb71ef34f',
          '5df1ae31-142a-44ff-bca7-7b2db71f30de',
          0.5
        ]
      },
      {
        text: '($1, $2, $3)',
        sql: '(?, ?, ?)',
        values: [
          'a5fab966-a225-4095-bf3e-f67fb71ef34f',
          '9cc5c898-b791-4838-9445-107ddd4419c7',
          0.75
        ]
      }
    ]