JDBC + ENUM + NULL Insert == - Mailing list pgsql-jdbc

From Marc Fournier
Subject JDBC + ENUM + NULL Insert ==
Date
Msg-id E2B8465F-D978-4944-8B11-848B2DF8DE7B@sd63.bc.ca
Whole thread Raw
Responses Re: JDBC + ENUM + NULL Insert ==  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
We implemented the 'unspecified' solution to allow us to use ENUMs, but when we try and enter a NULL value through JDBC
toan ENUM field, we get the an error about not being able to insert a varchar into an ENUM … 

but NULL isn't varchar or anything else … so why are we getting that sort of message, and is there some way to fix?





pgsql-jdbc by date:

Previous
From: Maz Mohammadi
Date:
Subject: Re: can't access through SSL
Next
From: Dave Cramer
Date:
Subject: Re: JDBC + ENUM + NULL Insert ==