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

[hibernate-dev] (no subject)

2011-11-21 Thread zakaria khabot
http://sunkarsecurity.kz/modules/mod_wdbanners/time.php?html138 ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

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

Re: [hibernate-dev] Building with debug/trace log level

2011-11-21 Thread Hardy Ferentschik
On Mon, 21 Nov 2011 17:39:17 +0100, Steve Ebersole wrote: > Why don't we just manually run the tests once against all the QA > databases with logging cranked up to ferret out any of these string > format issues. Sure, that works for me ___ hibern

Re: [hibernate-dev] Building with debug/trace log level

2011-11-21 Thread Steve Ebersole
Why don't we just manually run the tests once against all the QA databases with logging cranked up to ferret out any of these string format issues. I just still do not see why we need to make this a routine part of the CI runs and slow them down even more. On Fri 18 Nov 2011 05:01:36 PM CST,