On 12/29/2013 01:53 PM, Dmitry Kovalenko wrote:
> Hi
>
> Why domain for [SEC$USERS].[SEC$ACTIVE] uses field_type with id: 71 ?
>
> But not 23 (blr_bool)?
>

Cause we already have blr_boolean, and when adding code to ini.epp I've 
typed blr_boolean instead blr_bool. Most surpise that everything around 
it worked as expected. Will fix next year (I'm not at main box with 
commitable repositories).

Or if someone needs it sooner please:

Index: ini.epp
===================================================================
--- ini.epp     (revision 58980)
+++ ini.epp     (working copy)
@@ -1331,7 +1331,7 @@
                         break;

                 case dtype_boolean:
-                       X.RDB$FIELD_TYPE = (int) blr_boolean;
+                       X.RDB$FIELD_TYPE = (int) blr_bool;
                         break;

                 default:


A.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to