crazylittlemonkeys wrote:
Does anyone have a list of what different size numbers will convert to when generating code from Oracle? I am asking in regards to integers: NUMBER(x,0).
x < 5: Int16
5 <= x < 10 : Int32
10 <= x < 19: Int64
19 <= x <= 38: Decimal
WITH scale:
x < 8: Single
8 <= x < 16: Double
otherwise: decimal.