When unit testing a method that hast postresql, I get an error saying a certain method does not exist(this being a postgresql method). This is caused because it is being tested against the in-memory database in hqsql. The method does not exist for hqsql so I do understand why it is happening. What I don't understand is how to test my method in postgresql... Possibly test against the db and not the in memory..(I guess that's an option.) any comments are welcomed.. what i really do need is a snipped if you reply. thanks!!!
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
