Subject | RE: [firebird-support] Rdb$db_key inside triggers |
---|---|
Author | Nigel Weeks |
Post date | 2005-05-19T22:57:13Z |
> SQL> select * from t2;WOW! Look at those differences!!!
>
> F1 F2 F3
> ============ ================ ======
>
> 1 8000000001000000 b/i
> 1 8000000001000000 a/i
> 2 8000000001000000 b/i
> 2 8000000001000000 a/i
>
> SQL> select rdb$db_key from t1;
>
> DB_KEY
> ================
>
> 0000008000000001
> 0000008000000002
>
>
> Note that the values for rdb$db_key are different in the log
> table and
> the actual table...
Could it be the character set used for the 'F2' field?
Oh dear. My replicator might not work after all...can this be fixed?
Is this a bug?
Nige.