s-robertshaw opened a new pull request, #82:
URL: https://github.com/apache/calcite-avatica-go/pull/82

   Using the std golang sql package, `Scan` functionality will quietly fail and 
the zero value will be used. 
   
   During the prepare phase of the sql request the correct types are returned.
   xxx_hidden_ColumnClassName ="java.lang.Double"
   xxx_hidden_Name ="DOUBLE"
   xxx_hidden_Rep =Rep_NUMBER (22)
   
   Special handling already exists for things such as floats and reals. Adding 
a doubles case solves the issue.


-- 
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]

Reply via email to