Re: [Firebird-devel] groupid and userid with (default) Srp UserManager in FB 3

2013-08-05 Thread Alex Peshkoff
On 08/03/13 17:49, Mark Rotteveel wrote: > It looks like the (default) Srp UserManager in FB 3 does not support > groupid and userid. Is that intentional? > > If so I think it should be documented in the release notes. Yes, it's so - but I've dropped that support because it produced absolutely no

Re: [Firebird-devel] CORE-362

2013-08-05 Thread Alex Peshkoff
On 08/03/13 20:40, Frank Schlottmann-Gödde wrote: > Hi, > > due to an upstream bugfix > > > fixing the last problem I had (with pipes), the editline fork from > >

Re: [Firebird-devel] CORE-362

2013-08-05 Thread Frank Schlottmann-Gödde
Am 05.08.2013 09:23, schrieb Alex Peshkoff: > Does 'Del' key work? Yes, only Ins, Pageup and Pagedown show '~' instead of doing sth. useful, but this is the same as with the old editline version. Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears ha

Re: [Firebird-devel] groupid and userid with (default) Srp UserManager in FB 3

2013-08-05 Thread Mark Rotteveel
On 5-8-2013 09:19, Alex Peshkoff wrote: > On 08/03/13 17:49, Mark Rotteveel wrote: >> It looks like the (default) Srp UserManager in FB 3 does not support >> groupid and userid. Is that intentional? >> >> If so I think it should be documented in the release notes. > > Yes, it's so - but I've droppe

Re: [Firebird-devel] Type BOOLEAN in FB3

2013-08-05 Thread Dmitry Yemanov
04.08.2013 16:47, Simonov Denis wrote: > > select 1 > from rdb$database > where true is true > > > Work is correct > > select 1 > from rdb$database > where (1=1) and true > > > Work is correct > > select 1 > from rdb$database > where (1=1) is true > > > Invalid token. > Dynamic SQL Error. > S

Re: [Firebird-devel] CORE-362

2013-08-05 Thread marius adrian popa
Also in debian libedit is updated http://thread.gmane.org/gmane.linux.debian.packages.java.devel/38099 I will do some checks later On Sat, Aug 3, 2013 at 7:40 PM, Frank Schlottmann-Gödde wrote: > Hi, > > due to an upstream bugfix >

[Firebird-devel] Varchar length changes between 2.1 and 2.5

2013-08-05 Thread Jiri Cincura
Hi *, did I missed something in release notes about this: SQL> show version; ISQL Version: WI-V2.1.5.18496 Firebird 2.1 Server version: Firebird/x86-64/Windows NT (access method), version "WI-V2.1.5.18496 Firebird 2.1" Firebird/x86-64/Windows NT (remote server), version "WI-V2.1.5.18496 Firebird 2

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-4163) Configuration fbtrace.conf contains syntax errors

2013-08-05 Thread Alex Peshkoff
On 08/04/13 22:25, Vlad Khorsun wrote: >> Configuration fbtrace.conf contains syntax errors >> - >> >> Key: CORE-4163 >> URL: http://tracker.firebirdsql.org/browse/CORE-4163 >> Project: Firebird Core >>

[Firebird-devel] FB3.0 Restore process should not check external tables settings

2013-08-05 Thread liviuslivius
Hi,   Firebird 3.0 i have database backup file (from "import" server) and now i need to restore it on "production" server On import server external tables access is set "Full" on Production Server it is Set to "None"   then when i try to restore database on "Production" server i got error Database

[Firebird-devel] [FB-Tracker] Created: (CORE-4165) Replace the hierarchical union execution with the plain one

2013-08-05 Thread Dmitry Yemanov (JIRA)
Replace the hierarchical union execution with the plain one --- Key: CORE-4165 URL: http://tracker.firebirdsql.org/browse/CORE-4165 Project: Firebird Core Issue Type: Improvement

[Firebird-devel] FB 3.0 Alpha 1 - Initialize security database - Reference to quick start guide

2013-08-05 Thread Thomas Steinmaurer
Hello, upon first usage/connect, the user is prompted with an "-Install incomplete, please read chapter "Initializing security database" in Quick Start Guide" message. Obviously there is no QSG (or I haven't found it), so that's a bit confusing for people being new to 3.0 (Alpha1). Regards, T

Re: [Firebird-devel] Hex notation bug with SMALLINT

2013-08-05 Thread paul
I wrote: > ... > So, with hindsight (always easy), it would have been better never to > interpret > unsigned input as signed numbers. After all, if people want to enter a > negative > number in hex form, they can use a minus sign. etc. Sorry for the bad text formatting in my previous message. I

Re: [Firebird-devel] groupid and userid with (default) Srp UserManager in FB 3

2013-08-05 Thread Sujanto
- PT. GAWS INTI SOLUSI Phone : +62 21 42888951/52 Fax: +62 21 42887983 -Original Message- From: Mark Rotteveel Date: Mon, 05 Aug 2013 10:15:27 To: For discussion among Firebird Developers Reply-To: For discussion among Firebird Developers Subject: Re: [Firebird-devel]

[Firebird-devel] Firebird 3.0 driver development

2013-08-05 Thread Reinier Olislagers
Hi *, I help maintain the database subsystem for the FPC FreePascal compiler. With the release of 3.0 alpha, I was wondering: 0. Firebird 3 has a 2.x compatibility mode - but you won't use the new network protocol if you use that, and the compatibility module can be switched off in the db, right?

Re: [Firebird-devel] FB 3.0 Alpha 1 - Initialize security database - Reference to quick start guide

2013-08-05 Thread Alex Peshkoff
On 08/05/13 22:13, Thomas Steinmaurer wrote: > Hello, > > upon first usage/connect, the user is prompted with an "-Install > incomplete, please read chapter "Initializing security database" in > Quick Start Guide" message. > > Obviously there is no QSG (or I haven't found it), so that's a bit > con