Re: [Firebird-devel] CTE problem

2012-11-28 Thread Frank
On 11/20/2012 10:53 AM, Frank Schlottmann-Gödde wrote: > Hi, > I asked this in the support list, but got no answer: > > > I do not understand why > > set planonly; > with recursive > CTE_CNT1 as (select 0 as I > from RDB$DATABASE > union all select I + 1 > from CTE_CNT1 > where

[Firebird-devel] [FB-Tracker] Created: (CORE-4001) Global temporary sequences

2012-11-28 Thread Dimitry Sibiryakov (JIRA)
Global temporary sequences -- Key: CORE-4001 URL: http://tracker.firebirdsql.org/browse/CORE-4001 Project: Firebird Core Issue Type: New Feature Components: Engine Reporter: Dimitry Sibiryakov

[Firebird-devel] [FB-Tracker] Created: (CORE-4000) Usage text of gbak is incomplete

2012-11-28 Thread Dimitry Sibiryakov (JIRA)
Usage text of gbak is incomplete Key: CORE-4000 URL: http://tracker.firebirdsql.org/browse/CORE-4000 Project: Firebird Core Issue Type: Bug Affects Versions: 3.0 Beta 1, 2.5.3 Reporter: Dimitr

[Firebird-devel] [FB-Tracker] Created: (CORE-3999) Bug in unique constraints and / or NUMERIC-SORT collation?

2012-11-28 Thread Patrick Marten (JIRA)
Bug in unique constraints and / or NUMERIC-SORT collation? -- Key: CORE-3999 URL: http://tracker.firebirdsql.org/browse/CORE-3999 Project: Firebird Core Issue Type: Bug Compon