mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Fixed sort on decimal fixed value
This commit is contained in:
parent
ff040f5429
commit
b191382b36
@ -397,7 +397,7 @@ static const UCHAR sort_dtypes[] =
|
|||||||
SKD_bytes, // dtype_boolean
|
SKD_bytes, // dtype_boolean
|
||||||
SKD_dec64, // dtype_dec64
|
SKD_dec64, // dtype_dec64
|
||||||
SKD_dec128, // dtype_dec128
|
SKD_dec128, // dtype_dec128
|
||||||
SKD_dec_fixed // dtype_dec_fixed
|
SKD_dec128 // dtype_dec_fixed
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -143,7 +143,6 @@ const int SKD_sql_date = 14;
|
|||||||
const int SKD_int64 = 15;
|
const int SKD_int64 = 15;
|
||||||
const int SKD_dec64 = 16;
|
const int SKD_dec64 = 16;
|
||||||
const int SKD_dec128 = 17;
|
const int SKD_dec128 = 17;
|
||||||
const int SKD_dec_fixed = 18;
|
|
||||||
|
|
||||||
// skd_flags
|
// skd_flags
|
||||||
const UCHAR SKD_ascending = 0; // default initializer
|
const UCHAR SKD_ascending = 0; // default initializer
|
||||||
|
Loading…
Reference in New Issue
Block a user