On Tue, 22 Nov 2011 08:53:50 +0100, Paweł Stawicki
wrote:
> Where can I specify URL/user/pass to my postgresql DB to run this
> test?
If we are talking the hibernate-core module for now (other modules are
similarly
structured). The easiest way to specify your database settings is to edit
s
Thank you Strong.
Where can I specify URL/user/pass to my postgresql DB to run this
test? And where should I put this test?
Is there some documentation introducing to hibernate developement? How
is code structured, where are which tests, how is it tested against
different DBs etc.?
Best regards
@org.hibernate.testing.RequiresDialect
-
Best Regards,
Strong Liu
http://about.me/stliu/bio
On Nov 22, 2011, at 4:52 AM, Paweł Stawicki wrote:
> Hello,
>
> I found a bug in hibernate, and would like to fix it. The bug is reported
> here:
>
> I downloaded hibernate pro
Bug report is here: https://hibernate.onjira.com/browse/HHH-6580
--
Paweł Stawicki
http://pawelstawicki.blogspot.com
http://szczecin.jug.pl
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-de
Hello,
I found a bug in hibernate, and would like to fix it. The bug is reported here:
I downloaded hibernate project (from
https://github.com/hibernate/hibernate-core) and I'm even able to run
tests by gradle.
However, I don't know how to add test which is specific for
postgresql. Is there some