Subject Re: [Firebird-Java] Firebird 3 migration issue with Statement.RETURN_GENERATED_KEYS
Author Mark Rotteveel
On 2018-11-30 17:50, Felipe Jaekel fkjaekel@... [Firebird-Java]
wrote:
> Thanks for the quick and detailed feedback.
>
> I actually don't use the semi-collon at the end of the statements, in
> this case it was an attempt to see if it would make any difference.
>
> I'm glad that the problem is solved and I would like to test the
> snapshot.

Thanks. I'll build one tomorrow and post the link here.

Be aware though that the grammar in Jaybird does not cover the full
Firebird syntax (I work on improving that, but it is rather a lot of
work for small returns), as result it will be more reliable to not
include a RETURNING-clause yourself, as then a partial parse can be
sufficient to identify the table to generate the appropriate
`RETURNING`-clause.

Mark