We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b73da6 commit 47cb1c3Copy full SHA for 47cb1c3
src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataPropertiesTest.java
@@ -84,7 +84,7 @@ public void testCapabilities()
84
assertTrue(!dbmd.supportsANSI92IntermediateSQL());
85
assertTrue(!dbmd.supportsANSI92FullSQL());
86
87
- assertTrue(!dbmd.supportsIntegrityEnhancementFacility());
+ assertTrue(dbmd.supportsIntegrityEnhancementFacility());
88
89
}
90
catch (SQLException ex)
0 commit comments