chrisw-s commented on PR #742: URL: https://github.com/apache/tomcat/pull/742#issuecomment-2275611258
Just this: ``` try (Statement statement = connection.createStatement(); ResultSet resultSet = statement.executeQuery("sp_help_fulltext_catalogs")) { fullTextSearchable = resultSet.next(); } --> catch (SQLException ex) { ``` This is with using JTDS. It works fine in 10.1.26 -- 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: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org