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
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
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
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