Skip to content

Commit

Permalink
use identity select for derby
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 19, 2007
1 parent 303eb08 commit 1f1c0a7
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -86,6 +86,14 @@ public boolean supportsMixedCaseNamesInCatalog() {
return false;
}

public boolean supportsGetGeneratedKeys() {
return false;
}

protected boolean allowsNullForIdentityColumn() {
return false;
}

public void purge() {
}

Expand Down

0 comments on commit 1f1c0a7

Please sign in to comment.