refact mysql output (de)serialize with data type serde , avoid accoriding switch case Primitive type writed in mysqlWriter
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
-- This file is automatically generated. You should know what you did if you want to edit this
|
|
-- !select --
|
|
4 ["12345", "123"] ["4"] \N
|
|
5 \N [NULL, "4"] \N
|
|
6 \N ["4"] [["123"], ["222"]]
|
|
7 \N ["4"] [["12345", NULL], ["222"]]
|
|
|
|
-- !select_count --
|
|
1 4 2
|
|
|