Re: [Firebird-devel] User mapping changes

2014-04-10 Thread Alex Peshkoff
On 04/09/14 20:34, Leyne, Sean wrote: > I'd suggest at least RDB$USER_MAP and UserMapping.cpp instead. Maybe someone else will have a better suggestion. >>> What is the object supposed to represent? (to make sure everyone is >>> one the same page) >> It's a tool to map various names rece

[Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Treeve Jelbert
I have just rebuilt fb3, revision 59415 I now get the following error: ISQL Version: LI-T3.0.0.31044 Firebird 3.0 Alpha 2 Use CONNECT or CREATE DATABASE to specify a database SQL> connect localhost:accounts; Statement failed, SQLSTATE = 28000 Access to database "/var/db/firebird/accounts.fdb" is

Re: [Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Alex Peshkoff
On 04/10/14 14:08, Treeve Jelbert wrote: > I have just rebuilt fb3, revision 59415 > > I now get the following error: > > ISQL Version: LI-T3.0.0.31044 Firebird 3.0 Alpha 2 > Use CONNECT or CREATE DATABASE to specify a database > SQL> connect localhost:accounts; > Statement failed, SQLSTATE = 2800

[Firebird-devel] Building Firebird 3.0 on Windows in a directory with spaces in name

2014-04-10 Thread Dimitry Sibiryakov
Hello, All. I would like to suggest a little patch that let Firebird 3.0 to be built on Windows in directory containing spaces (which is usual for "My Documents" for example). -- WBR, SD. setenvvar.bat.diff.7z Description: Binary data ---

Re: [Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Treeve Jelbert
On Thursday 10 April 2014 15:33:18 Alex Peshkoff wrote: > On 04/10/14 14:08, Treeve Jelbert wrote: > > I have just rebuilt fb3, revision 59415 > > > > I now get the following error: > > > > ISQL Version: LI-T3.0.0.31044 Firebird 3.0 Alpha 2 > > Use CONNECT or CREATE DATABASE to specify a databas

Re: [Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Alex Peshkoff
On 04/10/14 18:30, Treeve Jelbert wrote: > On Thursday 10 April 2014 15:33:18 Alex Peshkoff wrote: >> On 04/10/14 14:08, Treeve Jelbert wrote: >>> I have just rebuilt fb3, revision 59415 >>> >>> I now get the following error: >>> >>> ISQL Version: LI-T3.0.0.31044 Firebird 3.0 Alpha 2 >>> Use CONNE

Re: [Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Treeve Jelbert
On Thursday 10 April 2014 18:39:50 Alex Peshkoff wrote: > > problem solved, > > > > firebird.conf had an obsolete restrict entry, but that was ignored > > previously > I'm afraid for me it's not completely solved. Please send me initial > files (when firebird.conf has an obsolete restrict entry).

Re: [Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Alex Peshkoff
On 04/10/14 19:22, Treeve Jelbert wrote: > On Thursday 10 April 2014 18:39:50 Alex Peshkoff wrote: >>> problem solved, >>> >>> firebird.conf had an obsolete restrict entry, but that was ignored >>> previously >> I'm afraid for me it's not completely solved. Please send me initial >> files (when fir

Re: [Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Mark Rotteveel
On 10-4-2014 18:56, Alex Peshkoff wrote: > On 04/10/14 19:22, Treeve Jelbert wrote: >> On Thursday 10 April 2014 18:39:50 Alex Peshkoff wrote: problem solved, firebird.conf had an obsolete restrict entry, but that was ignored previously >>> I'm afraid for me it's not completely

[Firebird-devel] Rogue trigger plays tricks on the poor isql

2014-04-10 Thread Claudio Valderrama C.
Hello, for now I don't use DDL triggers, but I decided to try a few things, since I didn't understand at first glance how they were encoded. This information in constants.h is misleading // that's how DDL trigger action types are encoded //(TRIGGER_TYPE_DDL | DDL_TRIGGER_{AFTER | BEFORE}

[Firebird-devel] Bad constant specification in common.h

2014-04-10 Thread Claudio Valderrama C.
Hello, in the WIN_NT section, there's this explanation: /* The following macro creates a quad-sized constant, possibly one which is too large to fit in a long int. The Microsoft compiler does not permit the LL suffix which some other platforms require, but it handles numbers up to the la