[FEAT MERGE] GIS
This commit is contained in:
@ -22,7 +22,7 @@ namespace sql
|
||||
{
|
||||
|
||||
// The length of array need to be equal to the number of types defined at ObObjType
|
||||
static const int32_t CAST_STRING_DEFUALT_LENGTH[49] = {
|
||||
static const int32_t CAST_STRING_DEFUALT_LENGTH[50] = {
|
||||
0, //null
|
||||
4, //tinyint
|
||||
6, //smallint
|
||||
@ -70,7 +70,8 @@ static const int32_t CAST_STRING_DEFUALT_LENGTH[49] = {
|
||||
1,//nchar share default length with char
|
||||
1,//urowid
|
||||
1,//lob
|
||||
1,
|
||||
1,//json
|
||||
1,//geometry
|
||||
0//max, invalid type, or count of obj type
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user