JdbcMetaData.java.txt 380 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
Sorry I can not include this file because
http://ohloh.org says that this may conflict
with another license.

In the file JdbcMetaData.java in package com.caucho.jdbc
in method public static JdbcMetaData create(DataSource ds),
you need to add

    if ("H2".equalsIgnoreCase(name))
        return new H2MetaData(ds);
    else

Thomas Mueller's avatar
Thomas Mueller committed
13
just before
14 15

    if ("oracle".equalsIgnoreCase(name))