dissdic commented on PR #17282: URL: https://github.com/apache/shardingsphere/pull/17282#issuecomment-1209197452
yes, so I checked out the source code of the method `setObject` of the ShardingSpherePreparedStatement instance,and found out that it didn't do any type conversion, I natually thought this would be the reason why the Exception occured when executing the SQL, considering the implementation `PgPreparedStatement` providered by postgresql jdbc driver has done the type conversion when the method `setObject` invoked. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
