Re: [PR] Move common methods to SQLStatement interface [shardingsphere]

2025-06-10 Thread via GitHub
terrymanu merged PR #35660: URL: https://github.com/apache/shardingsphere/pull/35660 -- 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: notifications-unsub

[PR] Move common methods to SQLStatement interface [shardingsphere]

2025-06-09 Thread via GitHub
terrymanu opened a new pull request, #35660: URL: https://github.com/apache/shardingsphere/pull/35660 - Move getParameterCount, getParameterMarkerSegments, addParameterMarkerSegments, getVariableNames, and getCommentSegments to SQLStatement interface - Implement these methods in Abstract