sandynz commented on issue #11016:
URL: 
https://github.com/apache/shardingsphere/issues/11016#issuecomment-886157611


   Looks `setCatalog` will not throw exception any more in 5.0.0 series.
   
   For 4.0.0 series, you might need to change some code and package by yourself 
for now. The new implementation is just remove `throw new 
SQLFeatureNotSupportedException("setCatalog");` and keep empty implementation:
   ```
       public final void setCatalog(final String catalog) {
       }
   ```
   See commit 85574287614971fe71e5cd1a817f70ce84b90755 and 
cdcc73b12bebc3362799fc20673915ce018204ad .
   
   From `java.sql.Connection.setCatalog` javadoc:
   `If the driver does not support catalogs, it will silently ignore this 
request.`
   


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