You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2011/04/28 16:06:41 UTC

svn commit: r1097465 - /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java

Author: mikedd
Date: Thu Apr 28 14:06:41 2011
New Revision: 1097465

URL: http://svn.apache.org/viewvc?rev=1097465&view=rev
Log:
OPENJPA-1987: do not use null table for getImportedKeys in postgres dictionary

Modified:
    openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java

Modified: openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java?rev=1097465&r1=1097464&r2=1097465&view=diff
==============================================================================
--- openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java (original)
+++ openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java Thu Apr 28 14:06:41 2011
@@ -194,7 +194,6 @@ public class PostgresDictionary
         supportsLockingWithDistinctClause = false;
         supportsQueryTimeout = false;
         supportsLockingWithOuterJoin = false;
-        supportsNullTableForGetImportedKeys = true;
 
         reservedWordSet.addAll(Arrays.asList(new String[]{
             "ABORT", "ACL", "AGGREGATE", "APPEND", "ARCHIVE", "ARCH_STORE",