Hi Denis, On 1/30/07, Denis Garyachy <[EMAIL PROTECTED]> wrote:
I have attached results of several unit-tests that Hibernate provides. I 've attached sequoia configuration files also. Can you advice why tests fail?
Can you point me to an howto run Hibernate unit test on a db? I'd like to run the same tests with a PostgreSQL backend for Sequoia. I took a look at one of the tests (CollectionTest) and the main problem is the use of bracketed identifiers [Users] instead of the standard quoted identifiers. The problem is related to something we fixed last week for MySQL (which uses backticks instead of quotes). Emmanuel, your refactoring is finally useful :). I submitted a JIRA issue and a patch which should at least fix this test (and perhaps others if they have the same problem): https://forge.continuent.org/jira/browse/SEQUOIA-908 . Denis, do you have the ability to build Sequoia from source and test this patch? It could be also interesting to validate the patch against the jdbc url parsing (I'll try to work on it this evening). -- Guillaume _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
