Re: [hibernate-dev] When is Dialect.requiresCastingOfParametersInSelectClause applied?

2017-01-31 Thread Mark Rotteveel
On 31-1-2017 11:49, Vlad Mihalcea wrote: > Hi, > > If there is just one test case that doesn't work for a specific Dialect > because the Dialect does not support such feature, > you can just skip it for that Dialect either directly or through a > DialectChecks. > > One example: when a test uses

Re: [hibernate-dev] When is Dialect.requiresCastingOfParametersInSelectClause applied?

2017-01-31 Thread Vlad Mihalcea
Hi, If there is just one test case that doesn't work for a specific Dialect because the Dialect does not support such feature, you can just skip it for that Dialect either directly or through a DialectChecks. One example: when a test uses sequences, you need to use a DialectCheck because

[hibernate-dev] When is Dialect.requiresCastingOfParametersInSelectClause applied?

2017-01-30 Thread Mark Rotteveel
After a hiatus of 6 months, I have gone back to my PR for improving/replacing the Firebird dialect. I am running into a number of test failures which I am working through to see if they are relevant or not. One of the test failures I am looking at is