Changeset: b27f99ceb773 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b27f99ceb773 Modified Files: java/SQLSTATEs Branch: Dec2011 Log Message:
SQLSTATE: add new codes added diffs (13 lines): diff --git a/java/SQLSTATEs b/java/SQLSTATEs --- a/java/SQLSTATEs +++ b/java/SQLSTATEs @@ -36,6 +36,9 @@ 42M31 user/role already exists 42M32 user/role not found 08M33 connection timeout 0AM34 Java generics not supported +42M35 sequence not found +42M36 cannot restart sequence with NULL +2BM37 dependent objects still exist TODO: JDBC 4.1 suggests the following SQLException subclass mapping: _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
