On 05/23/14 10:14, Martijn Tonies (Upscene Productions) wrote:
>>>> Yes, it's a bit mask. See the constants:
>>>      Shouldn't it be present in RDB$TYPES, as all other
>>> "special" numbers ?

Definitely yes.

>> I have them commented in my private sources for types.h, but the problem
>> is:
>> how do you want to handle them?
>> They need a bigint column, but the current column rdb$type is not enough
>> for
>> this.

It's not absolutely required to have bigint column - it's enough to 
store bit number, which is less than 64.
When analyzing trigger type care should be taken about trigger for 
multiple events - in that case they have >1 bit set to 1 in trigger 
type, i.e. please treat trigger type not as a "code" but as a "mask".


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to