mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +01:00
Fixed bug with INT64 array slices. Thanks to Artem Petkevych.
This commit is contained in:
parent
8428797dfd
commit
6bfbc84d7c
@ -1006,6 +1006,7 @@ static UCHAR *sdl_desc(UCHAR * ptr, DSC * desc)
|
||||
case dtype_short:
|
||||
case dtype_long:
|
||||
case dtype_quad:
|
||||
case dtype_int64:
|
||||
desc->dsc_scale = *((SCHAR *) sdl);
|
||||
++sdl;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user