[FEAT MERGE] GIS

This commit is contained in:
obdev
2022-12-23 12:08:27 +00:00
committed by ob-robot
parent 38846e73d6
commit 40d215fc5a
519 changed files with 158600 additions and 8396 deletions

View File

@ -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
};