I am trying to run an integration using an H2 in memory database for testing Java code written for an Oracle database. One of my insert statements is using the Oracle USER function to insert the value of this function into a table. H2 is running the test in Oracle mode, however it is complaining that the USER function can't be found. I have tried to create a function alias for USER, but when I try to do that it says USER already exists. Has anyone else run into this issue, or do you have any suggestions?
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
