On 11-03-2021 02:28, Adriano dos Santos Fernandes wrote:
On 10/03/2021 15:42, Adriano dos Santos Fernandes wrote:
I did some tests and attached is a patch (v3).

It introduces conflicts which I didn't looked yet.

I see now that the introduced reduce/reduce conflict comes from:

insert into table (column_list) (select

insert into table (column_list) values (

insert into table (select


Which are valid from the standard POV.

In deed they are, in fact the first example was one of the things that tripped up Firebird in a test of Hibernate (together with unions).

Are these conflicts problematic? Can something be done to prevent them (e.g. a lookahead or something)?

Mark
--
Mark Rotteveel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to