I’ve marked a field in a table as its entity key and clicking on it in a table brings me to the details page. However, if I’m clicking on the arrow button to return from the details page back to the table of records it throws an error message:
ERROR: operator does not exist: character varying = integer
My database is PostgreSQL and the field is typed as text. I wonder if only numeric columns can/shall be used as entity keys or if I’m doing something wrong here.
Anyone encountered this issue before or has some suggestion for me?
Hi @smu
Please post “Diagnostic Info” from Admin > Troubleshooting.
That’s not an arrow button to go back to the table - it’s arrows (on both sides) to cycle thru previous/next entity, but it expects the entity to be numeric.
Thank you for pointing out that this is not a navigation button. Now that you mentioned this I noticed its counterpart on the opposite side of the page. Since I was running my browser in full screen I didn’t notice that unitl now. However, I still assume it shouldn’t create an error if the type is not numeric. Something I should create bug report for? Anyhow, here’s the diagnostic info:
@flamber I agree for non enumerable types but dates should be possible to enumerate, shouldn’t they? Thank you for your assistance with this. There is currently no option for myself to hide the arrows, right?