| From: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | JPA + enum == Exception |
| Date: | 2012-12-17 23:01:41 |
| Message-ID: | EDDA5C6D-77E3-4C56-B33B-277E7FB32A12@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-jdbc |
I'm trying to use enum's in a database, but the java guys are telling me that they are having problems with inserts … reading from the database isn't a problem, but there appears to be an issue with converting from string -> enum when saving it back again …
they are using JPA2 / EJB + Eclipselink … on the jboss side, we are running the latest jdbc driver …
considering postgresql has always supported enum and extending types, I think they might be missing something, but I can't think of what to suggest …
Is there a doc online I can maybe point them to about doing this … ?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Cramer | 2012-12-17 23:18:10 | Re: JPA + enum == Exception |
| Previous Message | Andres Freund | 2012-12-17 22:55:11 | Re: XLByte* usage |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Cramer | 2012-12-17 23:18:10 | Re: JPA + enum == Exception |
| Previous Message | David Wall | 2012-12-17 18:55:12 | Re: JDBC with PG 9.2 and large object permissions as they relate to blobs (after upgrade from 8.4) |