You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/03/08 07:18:56 UTC

[GitHub] [incubator-shardingsphere] terrymanu opened a new issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()

terrymanu opened a new issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()
URL: https://github.com/apache/incubator-shardingsphere/issues/4654
 
 
   The current ResultSetMetaData can throw SQLException without SQL State. Please fill the correct SQLState and vendorCode in SQLException.
   
   Please fix the error information on classes under `TODO fill correct SQL state` comment:
   
   - [ ] ShardingResultSetMetaData
   - [ ] EncryptResultSetMetaData

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] zjcnb commented on issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()

Posted by GitBox <gi...@apache.org>.
zjcnb commented on issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()
URL: https://github.com/apache/incubator-shardingsphere/issues/4654#issuecomment-597589136
 
 
   hi, I tested it, 
   state is S1002 (Invalid column number)
   vendorCode is 0

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] zjcnb commented on issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()

Posted by GitBox <gi...@apache.org>.
zjcnb commented on issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()
URL: https://github.com/apache/incubator-shardingsphere/issues/4654#issuecomment-596176706
 
 
   hi, i want to do it

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()
URL: https://github.com/apache/incubator-shardingsphere/issues/4654#issuecomment-596179876
 
 
   @zjcnb Thank you, I just assigned to you.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu closed issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()
URL: https://github.com/apache/incubator-shardingsphere/issues/4654
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services