Re: Bug in PlatformUtils.java

2005-09-08 Thread Thomas Dudziak
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

Bug in PlatformUtils.java

2005-09-08 Thread Samuel Solon
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 ===