8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Fixed sort on decimal fixed value

This commit is contained in:
AlexPeshkoff 2018-01-29 18:26:52 +03:00
parent ff040f5429
commit b191382b36
2 changed files with 1 additions and 2 deletions

View File

@ -397,7 +397,7 @@ static const UCHAR sort_dtypes[] =
SKD_bytes, // dtype_boolean
SKD_dec64, // dtype_dec64
SKD_dec128, // dtype_dec128
SKD_dec_fixed // dtype_dec_fixed
SKD_dec128 // dtype_dec_fixed
};

View File

@ -143,7 +143,6 @@ const int SKD_sql_date = 14;
const int SKD_int64 = 15;
const int SKD_dec64 = 16;
const int SKD_dec128 = 17;
const int SKD_dec_fixed = 18;
// skd_flags
const UCHAR SKD_ascending = 0; // default initializer