On 9/8/05, Samuel Solon <[EMAIL PROTECTED]> wrote:
> It appears that determineDatabaseType method in PlatformUtils.java incorrectly
> adds a leading ":" to the subProtocol variable causing matches (for Sybase in
> particular) to fail.
I used this opportunity and reworked (simplified) the algorith
It appears that determineDatabaseType method in PlatformUtils.java incorrectly
adds a leading ":" to the subProtocol variable causing matches (for Sybase in
particular) to fail.
Index: D:/workspace/ddlutils/src/java/org/apache/ddlutils/PlatformUtils.java
===