Changeset: e8ddfd20bc4c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e8ddfd20bc4c
Modified Files:
        java/src/nl/cwi/monetdb/client/JdbcClient.java
Branch: Oct2010
Log Message:

try to be a bit more specific, maybe that gives a clue why this goes wrong


diffs (15 lines):

diff -r 0315869283b7 -r e8ddfd20bc4c 
java/src/nl/cwi/monetdb/client/JdbcClient.java
--- a/java/src/nl/cwi/monetdb/client/JdbcClient.java    Mon Sep 27 17:09:05 
2010 +0200
+++ b/java/src/nl/cwi/monetdb/client/JdbcClient.java    Mon Sep 27 20:43:55 
2010 +0200
@@ -358,7 +358,10 @@
 
                                        // should not be possible to happen
                                        if (fk == null || pk == null)
-                                               throw new 
AssertionError("Illegal table; table not found in list");
+                                               throw new 
AssertionError("Illegal table '" +
+                                                               
tbl.getString("FKTABLE_SCHEM") + "." +
+                                                               
tbl.getString("FKTABLE_NAME") +
+                                                               "': table not 
found in list");
 
                                        // add PK table dependancy to FK table
                                        fk.addDependancy(pk);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to