Re: [BUGS] JDBC Driver can't read UUID from database

2012-06-11 Thread Dean Schulze
Thanks. Out of curiosity why didn't the driver map the Postgresql UUID to a Java UUID? On 6/6/12 2:12 AM, "Kris Jurka" wrote: > > >On Tue, 5 Jun 2012, Dean Schulze wrote: > >> >> I'm using Hibernate (3.6 and 4.0) with Postgresql 9.1. Our tab

[BUGS] JDBC Driver can't read UUID from database

2012-06-05 Thread Dean Schulze
I'm using Hibernate (3.6 and 4.0) with Postgresql 9.1. Our tables have UUIDs in them and your driver is trying to convert UUIDs to longs: Caused by: org.postgresql.util.PSQLException: Bad value for type long : dbada1e4-a165-4601-b34e-d08428cd81df at org.postgresql.jdbc2.AbstractJdbc2ResultS

Re: [BUGS] BUG #6363: pgp_sym_encrypt() broken between 8.4 and 9.1

2011-12-30 Thread Dean Schulze
I've requested that this bug be closed. What was happening was that I was adding pgcrypto to my database, but then deleting and adding the database. Duh. My bad. On 12/29/2011 7:00 AM, Magnus Hagander wrote: On Thu, Dec 29, 2011 at 14:14, Alvaro Herrera wrote: Excerpts from dean.w.schu

[BUGS] BUG #5005: unique constraint considers nulls to be equal

2009-08-23 Thread Dean Schulze
The following bug has been logged online: Bug reference: 5005 Logged by: Dean Schulze Email address: dean.w.schu...@comcast.net PostgreSQL version: 8.3.7 Operating system: Win XP Description:unique constraint considers nulls to be equal Details: When I apply this