Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Intellij 13 Ultimate: Unable to edit database rows with uuid primary keys in PostgreSQL

$
0
0

I recently set up my Intellij 13 Ultimate to connect to our PostgreSQL database.  It connects properly and I can view the tables.  However when I attempt to edit their values I get the following error:

 

12:04:02 PM UPDATE "<schema_name>"."user" SET "active" = ? WHERE "id" = ?

12:04:02 PM [42883] ERROR: operator does not exist: uuid = character varying

            No operator matches the given name and argument type(s). You might need to add explicit type casts.

            Position: 49

 

My co-worker tested it in PyCharm and received the same error.  Is there something I need to set in Intellij's Database tool to work with uuid values?  We don't have any issues when editing the values from pgAdmin.

 

While searching for a solution we came across this assigned bug from version 12 with no comments and no resolution:

 

http://youtrack.jetbrains.com/issue/IDEA-104501

 

Any assistance would be appreciated.


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>