Dimitry Sibiryakov
unread,May 19, 2025, 6:58:57 AMMay 19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firebir...@googlegroups.com
Hello All,
I'm unable to find where in engine subj happen in the following testcase.
Could you point me?
SQL> create table b (x char(10) character set utf8);
SQL> set sqlda_display;
SQL> set exec_path_display blr;
SQL> insert into b values(?);
INPUT message field count: 1
01: sqltype: 452 *TEXT* Nullable scale: 0 subtype: 0 len: 10 charset: 48 DOS866
: name: alias:
: table: owner:
Execution path (BLR):
0 blr_version5,
1 blr_begin,
2 blr_message, 0, 2,0,
6 blr_short, 0,
8 *blr_varying2*, 48,0, 10,0,
13 blr_receive_batch, 0,
15 blr_store,
16 blr_rid, 139,0, 0,
20 blr_begin,
21 blr_assignment,
22 blr_parameter2, 0, 1,0, 0,0,
28 blr_fid, 0, 0,0,
32 blr_end,
33 blr_end,
34 blr_eoc
Tested in versions 4-6.
--
WBR, SD.