Skip to content

Commit

Permalink
derby puts table names in caps in catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 6, 2007
1 parent b73ac24 commit b8401b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ public boolean isEmptyStringNulled() {
}

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

public void purge() {
Expand Down

0 comments on commit b8401b1

Please sign in to comment.