https://issues.apache.org/bugzilla/show_bug.cgi?id=56779

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
The problem with putting multiple statements into the "initSQL" attribute value
is that tomcat-pool then needs to basically implement a SQL statement parser in
order to determine where each statement starts and ends.

If a special character could be used between statements that is extremely
unlikely to be used in one of the SQL statements (for instance, vertical tab)
such statements could be separated by that instead of something more natural
such as a semicolon.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to