Hi James,

On 14 Mar 2011, at 16:00, <[email protected]> <[email protected]> wrote:
> I am attempting to map an Oracle database with a number of columns that have 
> a datatype property of TIMESTAMP. When I include these in my mapping I 
> receive the following error:
>  
> “Unsupported database type code (1111) for column xxxx”
>  
> Where xxxx is the TIMESTAMP column (a nullpointer exception is also returned 
> from the main thread). It appears that version 0.6 provided support for 
> TIMESTAMP but even though I’m running 0.7, I’ve been unable to get this 
> working. Has anybody else come across this problem and managed to resolve it?

I've created a ticket:
https://sourceforge.net/tracker/?func=detail&aid=3215871&group_id=111002&atid=657968

What exactly is the NullPointerException that you're seeing?

The usual quick-fix workaround for this kind of issue is to either not map the 
column, or to use a d2rq:sqlExpression that casts the column to a supported 
type.

Best,
Richard
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
d2rq-map-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to