snowflake-jdbc icon indicating copy to clipboard operation
snowflake-jdbc copied to clipboard

SNOW-201466 setObject support Byte

Open dmitchell opened this issue 5 years ago • 3 comments

to fix

19:21:29,784  WARN Test worker Exposed:invoke:183 - Transaction attempt #0 failed: Data type not supported for  binding: Object type: class java.lang.Byte.. Statement(s): null

net.snowflake.client.jdbc.SnowflakeSQLException: Data type not supported for binding: Object type: class java.lang.Byte. at net.snowflake.client.jdbc.SnowflakePreparedStatementV1.setObject(SnowflakePreparedStatementV1.java:526) at org.jetbrains.exposed.sql.statements.jdbc.JdbcPreparedStatementImpl.set(JdbcPreparedStatementImpl.kt:26) at org.jetbrains.exposed.sql.IColumnType$DefaultImpls.setParameter(ColumnType.kt:65) at org.jetbrains.exposed.sql.ColumnType.setParameter(ColumnType.kt:72) at org.jetbrains.exposed.sql.statements.api.PreparedStatementApi$DefaultImpls.fillParameters(PreparedStatementApi.kt:13)

dmitchell avatar Jun 26 '20 19:06 dmitchell

All of the test failures look like a problem w test setup

missing argument for option "--passphrase="
[INFO] No login the internal Docker Registry
##[error]Process completed with exit code 

dmitchell avatar Jun 26 '20 20:06 dmitchell

Hi @sfc-gh-mknister , any idea when you'll get to this? Are you waiting on me?

dmitchell avatar Jul 08 '20 18:07 dmitchell

@sfc-gh-mknister can you pull this change and merge? If required, please file a JIRA to track the change.

sfc-gh-stakeda avatar Jul 28 '20 23:07 sfc-gh-stakeda