Dennis Melzer

Results 70 comments of Dennis Melzer

@spencergibb Is it just moving the classes or is there a bigger problem with the integration? The project will soon be EOL, so a complete migration would be great.

@katzyn is there something similar like in SQL SERVER `SELECT @@IDENTITY` for H2 2.1.210?

Here is another one https://bugs.eclipse.org/bugs/show_bug.cgi?id=578086 @dazey3 i'am currently using SQL Server with SELECT @@IDENTITY. This works for me, but of course the extra select is not very efficiency as returning...

> > @katzyn is there something similar like in SQL SERVER `SELECT @@IDENTITY` for H2 2.1.210? > > It depends on compatibility mode of H2, in some modes there are...

I will try that with the new H2, thanks. EDIT: @katzyn worked, but the LIMIT/OFFSET syntax changed as well and is not working with EclipseLink and new H2

@dazey3 Is there a plan to backport it to 2.7.x?

Maybe I misunderstood it, but how can you find out if the state is a "reset" or not? Is the reset state a `JsonNullable.of(null)`. So it's present but the value...

Yes, then an extension for `isUndefined` would make more sense. I adjust the title of the ticket.