Skip to content

Commit 7050519

Browse files
committed
MEM driver: declare field subtypes Boolean Int16 Float32 JSON UUID
1 parent d7ec92c commit 7050519

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frmts/mem/memdataset.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3479,6 +3479,8 @@ void GDALRegister_MEM()
34793479
GDAL_DMD_CREATIONFIELDDATATYPES,
34803480
"Integer Integer64 Real String Date DateTime Time IntegerList "
34813481
"Integer64List RealList StringList Binary");
3482+
poDriver->SetMetadataItem(GDAL_DMD_CREATIONFIELDDATASUBTYPES,
3483+
"Boolean Int16 Float32 JSON UUID");
34823484
poDriver->SetMetadataItem(GDAL_DMD_CREATION_FIELD_DEFN_FLAGS,
34833485
"WidthPrecision Nullable Default Unique "
34843486
"Comment AlternativeName Domain");

0 commit comments

Comments
 (0)