mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
This commit is contained in:
committed by
Dave Page
parent
0c5a5ba9c2
commit
55254a649f
@@ -16,11 +16,11 @@
|
||||
"13": ["", "false", "bool"],
|
||||
"14": ["", "[null]", "text[]"],
|
||||
"15": ["{}", "{}", "text[]"],
|
||||
"16": ["{data,,'',\"\",\\'\\',\\\"\\\"}", "{data,[null],,,'',\"\"}", "text[]"],
|
||||
"16": ["{data,NULL,'',\"\"}", "{data,NULL,'',\"\"}", "text[]"],
|
||||
"17": ["{}", "{}", "int[]"],
|
||||
"18": ["{123,,456}", "{123,[null],456}", "int[]"],
|
||||
"18": ["{123,,456}", "{123,NULL,456}", "int[]"],
|
||||
"19": ["", "[null]", "boolean[]"],
|
||||
"20": ["{false,,true}", "{false,[null],true}", "boolean[]"]
|
||||
"20": ["{false,null,true}", "{f,NULL,t}", "boolean[]"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user