> I have a column in the Oracle database that is defined as > ORDER_ID NUMBER ( 11), > but when I select that table with cx_Oracle 2.5 the values in the column > show up as floats in the python program. Isn't that by definition? Number turns to float, INT to INT? Ashes to ashes strings to strings?