There was an error while loading. Please reload this page.
1 parent ab4ae3d commit 147fc39Copy full SHA for 147fc39
mysql-async/README.md
@@ -89,6 +89,8 @@ java.sql.Timestamp | timestamp
89
java.sql.Time | time
90
String | string
91
Array[Byte] | blob
92
+java.nio.ByteBuffer | blob
93
+io.netty.buffer.ByteBuf | blob
94
95
You don't have to match exact values when sending parameters for your prepared statements, MySQL is usually smart
96
enough to understand that if you have sent an Int to `smallint` column it has to truncate the 4 bytes into 2.
0 commit comments