Nullability of columns in result set for ODBC's SQLForeignKey function does not
match ODBC API.
-----------------------------------------------------------------------------------------------
Key: DERBY-2797
URL: https://issues.apache.org/jira/browse/DERBY-2797
Project: Derby
Issue Type: Bug
Components: JDBC, Miscellaneous
Affects Versions: 10.2.2.0, 10.2.1.6, 10.1.3.1, 10.1.2.1, 10.1.1.0,
10.0.2.1, 10.0.2.0, 10.3.0.0
Environment: Derby server with ODBC client.
Reporter: A B
Priority: Minor
ODBC clearly states what the nullability for the various columns in a
SQLFOREIGNKEYS result set should be:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcsqlforeignkeys.asp
But if such a call is made against the Derby server, columns 2, 6, 9, 12, and
13 all have the wrong nullability. This may be similar to the problems
discussed in DERBY-2307, but I haven't looked closely enough to say for sure.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.