mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
Fixed yet another oversight of mine.
This commit is contained in:
parent
f6457f1a47
commit
7dcf5652cb
@ -4610,6 +4610,8 @@ static BoolExprNode* parse_field_validation_blr(thread_db* tdbb, bid* blob_id, c
|
||||
AutoPtr<CompilerScratch> auto_csb(FB_NEW_POOL(pool) CompilerScratch(pool));
|
||||
CompilerScratch* csb = auto_csb;
|
||||
|
||||
csb->csb_domain_validation = name;
|
||||
|
||||
blb* blob = blb::open(tdbb, attachment->getSysTransaction(), blob_id);
|
||||
ULONG length = blob->blb_length + 10;
|
||||
HalfStaticArray<UCHAR, 512> temp;
|
||||
|
Loading…
Reference in New Issue
Block a user