We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm running mysqld 8.0.32, node-mysql2 2.1.0, and the following code triggers the error of the subject:
await db.execute(` UPDATE orders SET leadSource = ? WHERE id = ? `, ['😅', 1]);
The collation of the leadSource column is utf8mb3_general_ci.
leadSource
utf8mb3_general_ci