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

--- Comment #2 from Filip Hanik <fha...@apache.org> ---
well, I like the idea of copying the API
BasicDataSource.setConnectionInitSqls(Collection<String> connectionInitSqls)

after all, the copied the idea of init SQL from us :)
that way programmatically it works, and more sophisticated DI frameworks have
no problems injecting collections.

In Tomcat server.xml, we can still use a single string, like the work around
BEGIN
  statement1;
  statement2;
  statement3;
END

that folks have been using today

-- 
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