Skip to content

Commit 292048f

Browse files
author
Barry Lind
committed
Fixed jdbc to correctly report that constraints are supported
Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
1 parent 33815bf commit 292048f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,16 +858,16 @@ public boolean supportsANSI92FullSQL() throws SQLException
858858

859859
/*
860860
* Is the SQL Integrity Enhancement Facility supported?
861-
* I haven't seen this mentioned anywhere, so I guess not
861+
* Our best guess is that this means support for constraints
862862
*
863863
* @return true if so
864864
* @exception SQLException if a database access error occurs
865865
*/
866866
public boolean supportsIntegrityEnhancementFacility() throws SQLException
867867
{
868868
if (Driver.logDebug)
869-
Driver.debug("supportsIntegrityEnhancementFacility false ");
870-
return false;
869+
Driver.debug("supportsIntegrityEnhancementFacility true ");
870+
return true;
871871
}
872872

873873
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy