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).
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