Releases: envris/tomcat-jdbc
Releases · envris/tomcat-jdbc
Alpine version
Fix for constructed JDBC URLs
Add support for JDBC URLs
This release allows specifying a JDBC URL directly, rather than with host, port and name.
It also adds support for other database drivers, including MySQL, MSSQL and Oracle OCI. #1 , however I'm only testing Oracle Thin.
0.1.0: Add support for mixed case resource names
To allow support for JDBC resources with names which are not valid environment variable names, this change adds a new required variable MYRESOURCE_RESOURCE
You can also now specify parameters with environment variables #2
Initial release
Initial release, supporting Oracle JDBC resources only.