Selvaganesan Govindarajan
Selvaganesan Govindarajan
You should ensure that all the methods of the standard PreparedStatement and Statement work seamlessly with the multi-queries statements. If a particular method doesn't make sense or can't work correctly,...
It looks like the weakReference of Statement object is removed. The weakReference is used to implicitly close the statement to clean up the resources associated with the Statement object if...
Thanks @mashengchen. Now I get it. You have refactored to call another constructor within a constructor. I remember there was one constructor of T4Statement (that is called internally) where the...
I am ok with merging this PR but the following needs to be addressed soon. 1) str.split(';') could split at the wrong place if there is ';' in string literal...