Re: [Firebird-devel] FB 3: Use cases for updating system tables directly

2011-12-01 Thread Alex Peshkoff
On 11/30/11 23:37, Carlos H. Cantu wrote: > AdSF> If anyone write it and distribute it, it's easy for anyone. And it's not > AdSF> difficult to write it. > > Maybe it is not difficult for core developers, but I don't think any of > you will spend time with such thing, uh? > >>> Things will get bet

[Firebird-devel] UDR triggers, identify transaction

2011-12-01 Thread Dimitry Sibiryakov
Hello, All. Let's say I defined few UDR triggers and I need to keep rather big array of shared information bound to a transaction. What is the best (fastest) way to do it? If I have to organize my own storage, I need to identify the transaction. Is ITransaction pointer got from context

[Firebird-devel] [FB-Tracker] Created: (CORE-3682) Firebird 2.5.1 OSX Lion hangs on attaching to second database

2011-12-01 Thread John Roberts (JIRA)
Firebird 2.5.1 OSX Lion hangs on attaching to second database - Key: CORE-3682 URL: http://tracker.firebirdsql.org/browse/CORE-3682 Project: Firebird Core Issue Type: Bug

Re: [Firebird-devel] FB 3: Use cases for updating system tables directly

2011-12-01 Thread Carlos H. Cantu
AP> Well, this depends upon where the crypt key is stored. It's AP> possible to(...) Sure, the key "is the key" :) AP> Unfortunately, that does not work for remote access. Even if we use a AP> kind of safe, encrypted channel to talk to server and pass they key to AP> it, how can we avoid installi

Re: [Firebird-devel] FB 3: Use cases for updating system tablesdirectly

2011-12-01 Thread frank
Hi Carlos, > Anyway, I don't care about the syntax. Just make sure that removing > the source will still be possible in future versions. It is a "false" > security, but it works for most of the people. +1 - one more reason why it is a useful thing to have:If you're a "good" coder, you document t

Re: [Firebird-devel] UDR triggers, identify transaction

2011-12-01 Thread Alex Peshkoff
On 12/01/11 14:34, Dimitry Sibiryakov wrote: >Hello, All. > >Let's say I defined few UDR triggers and I need to keep rather big array > of shared > information bound to a transaction. What is the best (fastest) way to do it? >If I have to organize my own storage, I need to identify t

Re: [Firebird-devel] The new Firebird OO API

2011-12-01 Thread Pierre Y.
Hi, I advanced a bit more with this new API but I just absolutely don't see how to deal with FbMessage. What is it ? How do I have to use it to access (or send ?) data ? Thank you for your help, Regards, -- Pierre Yager --