Re: [PR] Fix proxying null value result set [tomcat]

2024-08-22 Thread via GitHub
markt-asf merged PR #745: URL: https://github.com/apache/tomcat/pull/745 -- 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.o

Re: [PR] Fix proxying null value result set [tomcat]

2024-08-20 Thread via GitHub
htdebeer commented on PR #745: URL: https://github.com/apache/tomcat/pull/745#issuecomment-2301162263 Created [bug ticket](https://bz.apache.org/bugzilla/show_bug.cgi?id=69279) for this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[PR] Fix proxying null value result set [tomcat]

2024-08-16 Thread via GitHub
htdebeer opened a new pull request, #745: URL: https://github.com/apache/tomcat/pull/745 When invoking a method on a proxied statement returns `null`, that statement's proxy should also return `null`. In particular, `Statement#getResultSet` should not return a `ResultSetProxy` when t