Investigate possible broblem with Nullables and Oracle

Description

Investigate reported problems with Nullables and Oracle. Mostl likely with the NullableInt32Type class. Details at: http://sourceforge.net/forum/forum.php?thread_id=1197506&forum_id=252014

Environment

None

Activity

MikeM 
February 26, 2005 at 7:31 AM

Released NHibernateContrib 0.7

Donald Mull 
January 26, 2005 at 1:37 PM

Changes commited. They don't seem to brake anything, but I am waiting for Oracle users to let me know if they fix anything.

Donald Mull 
January 26, 2005 at 5:06 AM

Ugh Thanks.

MikeM 
January 25, 2005 at 5:10 PM

Donald, the oracle provider has this horrible feature of only returning Decimals. I believe when I looked at it through Reflector they didn't even implement GetInt32 on the OracleReader.

That is why in the Int32Type the code to get the value is:

return Convert.ToInt32( rs[ index ] );

Mike

Donald Mull 
January 25, 2005 at 10:13 AM

Another user mentioned that Oracle's "NUMBER" type will not map to a NullableInt32 (but will to an Int32).

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created December 20, 2004 at 1:56 PM
Updated April 6, 2011 at 11:21 AM
Resolved January 28, 2005 at 10:09 AM
Who's Looking?