On Thursday, December 13, 2012 4:29:30 AM UTC-7, Michał Nowotka wrote:
>
> Does anyone knows the reason why IntegerField and SmallIntegerFields both 
> map to NUMBER(11,0) in Orcale?
> I would expect SmallIntegerFiled map to something smaller ;)
>

Beats me.  Although note that Oracle itself equates both INTEGER and 
SMALLINT to NUMBER(38), so at least there's precedent.  I expect NUMBER(11) 
was picked as a reasonable-looking compromise. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/jD_JSd3IbUgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to