Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit292048f

Browse files
author
Barry Lind
committed
Fixed jdbc to correctly report that constraints are supported
Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
1 parent33815bf commit292048f

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
publicbooleansupportsIntegrityEnhancementFacility()throwsSQLException
867867
{
868868
if (Driver.logDebug)
869-
Driver.debug("supportsIntegrityEnhancementFacilityfalse ");
870-
returnfalse;
869+
Driver.debug("supportsIntegrityEnhancementFacilitytrue ");
870+
returntrue;
871871
}
872872

873873
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp