[Firebird-devel] [FB-Tracker] Created: (CORE-4295) Firebird crashes when execute a select with a HAVING clause

2013-12-10 Thread Ricardo de Oliveira Alves (JIRA)
Firebird crashes when execute a select with a HAVING clause --- Key: CORE-4295 URL: http://tracker.firebirdsql.org/browse/CORE-4295 Project: Firebird Core Issue Type: Bug Comp

Re: [Firebird-devel] cte regression in Firebird 3 ?

2013-12-10 Thread Philippe Makowski
Le 10/12/2013 09:36, Dmitry Yemanov a écrit : > I will take a look, thanks. > Similar case with bugs.core_1122 -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download

Re: [Firebird-devel] cte regression in Firebird 3 ?

2013-12-10 Thread Dmitry Yemanov
10.12.2013 12:28, Philippe Makowski wrote: > > Under 3.0 we get a : > > Statement failed, SQLSTATE = 42S22 > Dynamic SQL Error > -SQL error code = -206 > -Column unknown > -TR.ID_TYPE_PRODUCT > -At line 25, column 26 I will take a look, thanks. Dmitry -

[Firebird-devel] cte regression in Firebird 3 ?

2013-12-10 Thread Philippe Makowski
Hi, in our test suite we have this one : \tests\functional\dml\cte_02.fbt that fail under 3.0 'init_script': """CREATE TABLE product( id_product INTEGER , name VARCHAR(20) ,id_type_product INTEGER, PRIMARY KEY(id_product)); CREATE TABLE type_product(id_type_product INTEGER, name