Bug #10121 | DBPROC fails every second call | ||
---|---|---|---|
Submitted: | 24 Apr 2005 9:17 | Modified: | 4 Jan 2006 10:13 |
Reporter: | Ties Meyer-Jark | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MaxDB | Severity: | S3 (Non-critical) |
Version: | 7.5, 7.6 | OS: | Windows (w2k) |
Assigned to: | Ulf Wendel | CPU Architecture: | Any |
[24 Apr 2005 9:17]
Ties Meyer-Jark
[26 Apr 2005 9:00]
Ulf Wendel
Hi Ties, I'm afraid there's a plenty of tables missing to reproduce the problem. Please provide me with the necessary schema. Thanks! Ulf
[2 Jun 2005 21:01]
Ties Meyer-Jark
Catalog provided as file
[16 Jun 2005 16:16]
Ulf Wendel
Hi Ties, this is the simplified test case to verify the bug. The developers are looking into it. I'll keep you posted on the progress. Best regards, Ulf CREATE TABLE t1 (id INTEGER) // CREATE TABLE t2 (id INTEGER) // SELECT t1.id AS id FROM t1 LEFT OUTER JOIN ( SELECT t1.id FROM t1 ) left_outer_join_res ON left_outer_join_res.id = t1.id WHERE NOT ( t1.id IN ( SELECT t1.id FROM t1 AS t1 JOIN t2 AS t2 ON t1.id = t2.id ) ) // SELECT t1.id AS id FROM t1 LEFT OUTER JOIN ( SELECT t1.id FROM t1 ) left_outer_join_res ON left_outer_join_res.id = t1.id WHERE NOT ( t1.id IN ( SELECT t1.id FROM t1 AS t1 JOIN t2 AS t2 ON t1.id = t2.id ) )
[8 Nov 2005 14:14]
Ulf Wendel
Hi, this is a missing feature. MaxDB does not store PK names anywhere. That's why the JDBC driver can't return any names. It won't be fixed in the near future. Regards, Ulf
[8 Nov 2005 14:14]
Ulf Wendel
Uuups, wrong bug number for that comment. Excuse me! Ulf
[4 Jan 2006 10:13]
Ulf Wendel
Please continue tracking the progress on your own on http://www.sapdb.org/webpts?wptsdetail=yes&ErrorType=0&ErrorID=1136281. Thanks! Ulf