Thanks Bruce,

The rest of the stack trace was inside my own classes, so I didn't
figure it relevant. I missed that fine point re: java.sql.Date, that
will cause me issues elsewhere (though didn't seem to in MySQL ? !) I
saw something about turning on some debug info to see the generated SQL
in the docs, so I'll chase that down for a while :)

Steve

-----Original Message-----
From: Bruce Snyder [mailto:[EMAIL PROTECTED]] 
Sent: July 3, 2002 10:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] Mapping to hsql datatypes


This one time, at band camp, [EMAIL PROTECTED] said:

>(creating record with date field mapped to java.util.Date)
...
>(creating record with longvarchar field mapped to String)
>
>java.sql.SQLException: This function is not supported
>        at org.hsqldb.Trace.getError(Trace.java:180)
>        at org.hsqldb.Trace.getError(Trace.java:144)
>        at org.hsqldb.Trace.error(Trace.java:192)
>        at

Steve,

Castor maps dates to java.sql.Date, not java.util.Date. I'm not sure if
this would help, but it's worth a try. As for the second exception, it
seems to be that it is a lack of support for something in the HSQL
drivers. However, without that full stack trace, I really am just taking
a shot in the dark.

Bruce
-- 
perl -e 'print
unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to