Dear support
I use XPO in my postgres database application.
Keys of dataobjects are GUID.
Today, I have problem with foreign key (screenshot).
I think, reason of problem is upgrade devexpress to version 18.
Old version used datatype BPCHAR(36) for GUID columns
New version uses datatype UUID.
Is there any possibility how to set XPO behavior as old version and solve the problem on the screen?
Thank you