[Firebird-devel] [FB-Tracker] Created: (CORE-4003) Reload aliases

2012-12-01 Thread Phosgen Tepes (JIRA)
Reload aliases -- Key: CORE-4003 URL: http://tracker.firebirdsql.org/browse/CORE-4003 Project: Firebird Core Issue Type: Improvement Affects Versions: 3.0 Alpha 1, 3.0 Beta 1, 2.5.3, 3.0.0 Environment: All OS

[Firebird-devel] How to use isc_dpb_connect_timeout?

2012-12-01 Thread Mark Rotteveel
For issue JDBC-279 I am implementing connect timeout support in Jaybird. For the pure java driver I got it working, but it fails for the native driver. As far as I understand it, adding isc_dpb_connect_timeout with a 4-byte integer to the dpb should be sufficient, where the value is the connect

Re: [Firebird-devel] CTE problem

2012-12-01 Thread Vlad Khorsun
> 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 I < 9), > > CTE_CNT2 as (select I, 0 as J >from CTE_C