You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <ji...@apache.org> on 2014/07/14 20:46:06 UTC

[jira] [Created] (DERBY-6662) DatabaseMetaData.usesLocalFiles() returns true for in-memory databases

Rick Hillegas created DERBY-6662:
------------------------------------

             Summary: DatabaseMetaData.usesLocalFiles() returns true for in-memory databases
                 Key: DERBY-6662
                 URL: https://issues.apache.org/jira/browse/DERBY-6662
             Project: Derby
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 10.11.0.0
            Reporter: Rick Hillegas


DatabaseMetaData.usesLocalFiles() returns true for in-memory databases. The following script shows this:

{noformat}
connect 'jdbc:derby:memory:db;create=true';

call syscs_util.syscs_register_tool( 'databaseMetaData', true );

values usesLocalFiles();
{noformat}

I think that this method should return false because an in-memory database does not store tables in a local file.



--
This message was sent by Atlassian JIRA
(v6.2#6252)