From: lucas at mcsnw.com (Lucas Madar) Date: Tue, 23 Jun 2009 20:00:44 -0700 Subject: [Pljava-dev] uuid datatypes and prepared statements Message-ID: <4A4196DC.5020303@mcsnw.com> I'm running into a weird error when using prepared statements within pl/java: ERROR: operator does not exist: uuid = text This is from a very basic query of "SELECT xxx FROM table WHERE uuid=?". The table's column type is uuid and the java native type is String. It works fine via plain JDBC and also works via pl/java if I use a ::uuid after the query. However, this makes maintaining these queries a mess. I'm running postgres 8.3.7. Has anyone else experienced this? Thanks, Lucas -------------- next part -------------- An HTML attachment was scrubbed... URL: