BUG - does not handle empty strings properly

From: "Armbrust, Daniel C(dot)" <Armbrust(dot)Daniel(at)mayo(dot)edu>
To: "'pgadmin-support(at)postgresql(dot)org'" <pgadmin-support(at)postgresql(dot)org>
Subject: BUG - does not handle empty strings properly
Date: 2002-08-13 21:44:25
Message-ID: 818623B5FD23D51193200002B32C076106FE475A@excsrv44.mayo.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Database Migration Wizard Plugin for pgAdmin II 1.2.0 does not properly handle empty strings from an MS Access Database.

When processing a column with a data type of Text, which is required but allows 0 length fields, and it encounters an empty string "", instead of passing the value as "", it just leaves out that column, which causes the database to try to set it to NULL, but NULL is not a legal value for the column.

*****************************
Daniel C. Armbrust
Medical Informatics Research
Information Services
Mayo Clinic Rochester
*****************************

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2002-08-14 07:51:20 Re: download broken
Previous Message Armbrust, Daniel C. 2002-08-13 21:29:39 download broken