Persistence console

I use IntelliJ IDEA 2022.2.3 Ultimate edition with spring boot 2.2.7.

For the database I use postrest. I created a datasource so i can see table in intellij.

When i start persistencewindows, i see all My Object.

I do a right click on an entity ad select console

when i type: select c from C

intellij list my my entirie...  so full query is: select c from Cities c

 

I click on execuse and get: ERROR: relaations "cities" dones not exist

0

Please sign in to leave a comment.