#7748: inspectdb on PostgreSQL database missing type for 'real' column ---------------------------------------+------------------------------------ Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: Component: django-admin.py inspectdb | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------------------+------------------------------------ I have several columns of type 'real' in a legacy database. 'inspectdb' is not detecting their type correctly. psycopg2's introspection.py maps type 701 to FloatField, but these columns appear to be type 700.
Database is PostgreSQL 8.2 on Win32, using current SVN copy of Django, connecting with psycopg2. -- Ticket URL: <http://code.djangoproject.com/ticket/7748> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
