KomachiSion opened a new issue #1934: Implement methods which return ResultSet for CachedDatabaseMetaData URL: https://github.com/apache/incubator-shardingsphere/issues/1934 In order to fix #1774 , `getTables` and `getColumns` methods have been implemented in CachedDatabaseMetaData. And there are some other method returned `ResultSet` need to implement. - [ ] getSuperTypes - [ ] getSuperTables - [ ] getAttributes - [ ] getProcedures - [ ] getProcedureColumns - [ ] getSchemas - [ ] getCatalogs - [ ] getTableTypes - [ ] getColumnPrivileges - [ ] getTablePrivileges - [ ] getBestRowIdentifier - [ ] getVersionColumns - [ ] getPrimaryKeys - [ ] getImportedKeys - [ ] getExportedKeys - [ ] getCrossReference - [ ] getTypeInfo - [ ] getIndexInfo - [ ] getUDTs - [ ] getClientInfoProperties - [ ] getFunctions - [ ] getFunctionColumns - [ ] getPseudoColumns
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
