Skip to content

Commit

Permalink
DERBY-561 - Embedded driver jdbcCompliant() method should return true
Browse files Browse the repository at this point in the history
Test will be checked in as part of tess for DERBY-530



git-svn-id: https://svn.apache.org/repos/asf/db/derby/code/trunk@279860 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
kmarsden committed Sep 9, 2005
1 parent 07ae282 commit 09a7325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/engine/org/apache/derby/jdbc/InternalDriver.java
Expand Up @@ -209,7 +209,7 @@ public int getMinorVersion() {
}

public boolean jdbcCompliant() {
return false;
return true;
}

/*
Expand Down

0 comments on commit 09a7325

Please sign in to comment.