Message1109

Author nobody
Recipients
Date 2006-03-11.12:11:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
my code catches java.sql.SQLException but it doesn't
catch exception of class org.postgresql.util.PSQLException.

equivalent java code works ok. both codes are included.

jython jr.py throws this:
org.postgresql.util.PSQLException: ERROR: syntax error
at or near "aaaaa"

java Jr print 'sqlexception' so exception is catched.
History
Date User Action Args
2008-02-20 17:17:28adminlinkissue1447857 messages
2008-02-20 17:17:28admincreate