mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Fixed #8011: Decfloat error working with int128 in UDR
This commit is contained in:
parent
5f2197f58e
commit
d2f26bf8fd
@ -45,8 +45,6 @@ MsgMetadata* Routine::createMetadata(const Array<NestConst<Parameter> >& paramet
|
||||
++i)
|
||||
{
|
||||
dsc d((*i)->prm_desc);
|
||||
if (isExtern && d.dsc_dtype == dtype_int128)
|
||||
d.dsc_dtype = dtype_dec128;
|
||||
metadata->addItem((*i)->prm_name, (*i)->prm_nullable, d);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user