i am using an h2 database to test java entities (JPA). When I use postgresql specific pgp_sym_encrypt my tests fail. Is there any way to simulate pgp_sym_encrypt on h2 and make my tests work?
Thank you
i am using an h2 database to test java entities (JPA). When I use postgresql specific pgp_sym_encrypt my tests fail. Is there any way to simulate pgp_sym_encrypt on h2 and make my tests work?
Thank you