Re: [hibernate-dev] Test specific for postgresql

2011-11-22 Thread Hardy Ferentschik
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

Re: [hibernate-dev] Test specific for postgresql

2011-11-21 Thread Paweł Stawicki
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

Re: [hibernate-dev] Test specific for postgresql

2011-11-21 Thread Strong Liu
@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

Re: [hibernate-dev] Test specific for postgresql

2011-11-21 Thread Paweł Stawicki
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

[hibernate-dev] Test specific for postgresql

2011-11-21 Thread Paweł Stawicki
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