@@ -13,16 +13,16 @@ datatypesColumns=(ID varchar(100) PRIMARY KEY, COL1 bigint(20), COL2 bigint(20)
1313 COL12 enum(' A' ,' B' ,' C' ), COL13 float, COL14 int(11), COL15 int(10) unsigned, COL16 mediumblob, COL17 mediumtext, \
1414 COL18 longblob, COL19 longtext, COL20 mediumint(9), COL21 mediumint(8) unsigned, COL22 set(' X' ,' y' ,' Z' ), \
1515 COL23 smallint(6), COL24 smallint(5) unsigned, COL25 text, COL26 time, COL27 timestamp, COL28 tinyblob, \
16- COL29 tinyint(4), COL30 tinyint(3) unsigned, COL31 tinytext, COL32 varbinary(100), COL33 json)
16+ COL29 tinyint(4), COL30 tinyint(3) unsigned, COL31 tinytext, COL32 varbinary(100), COL33 json, COL34 year )
1717datatypesColumnsList =(ID,COL1,COL2,COL3,COL4,COL5,COL6,COL7,COL8,COL9,COL10,COL11,COL12,COL13,COL14,COL15,COL16,COL17,\
18- COL18,COL19,COL20,COL21,COL22,COL23,COL24,COL25,COL26,COL27,COL28,COL29,COL30,COL31,COL32,COL33)
18+ COL18,COL19,COL20,COL21,COL22,COL23,COL24,COL25,COL26,COL27,COL28,COL29,COL30,COL31,COL32,COL33,COL34 )
1919datatypesValues =VALUES (' User1' ,1000000000000000000,1000000000000000000,1,1,\
2020 HEX(' 27486920546869732069732061206C6F6E6720746578742E27' ),1,' A' ,' 2023-01-01' ,' 2023-01-01 00:00:00' ,1234,\
2121 1234.5678,' A' ,22.0,-1234,1234,HEX(' 27486920546869732069732061206C6F6E6720746578742E27' ),\
2222 ' This is a test message' ,HEX(' 27486920546869732069732061206C6F6E6720746578742E27' ),\
2323 ' This is a test message\n\n ' ,-1234,1234,' X' ,-1234,1234,' This is a test message' ,' 00:00:00' ,' 2023-01-01 00:00:00' ,\
2424 HEX(' 27486920546869732069732061206C6F6E6720746578742E27' ),-100,100,' This is a test message' ,1,\
25- ' {"key1": "value1", "key2": "value2"}' )
25+ ' {"key1": "value1", "key2": "value2"}' ,2023 )
2626datatypesSchema =[{" key" :" ID" ," value" :" string" },{" key" :" COL1" ," value" :" long" },{" key" :" COL2" ," value" :" decimal" },\
2727 {" key" :" COL3" ," value" :" bytes" },{" key" :" COL4" ," value" :" boolean" },{" key" :" COL5" ," value" :" bytes" },\
2828 {" key" :" COL6" ," value" :" boolean" },{" key" :" COL7" ," value" :" string" },{" key" :" COL8" ," value" :" date" },\
@@ -34,4 +34,4 @@ datatypesSchema=[{"key":"ID","value":"string"},{"key":"COL1","value":"long"},{"k
3434 {" key" :" COL24" ," value" :" int" },{" key" :" COL25" ," value" :" string" },{" key" :" COL26" ," value" :" time" },\
3535 {" key" :" COL27" ," value" :" timestamp" },{" key" :" COL28" ," value" :" bytes" },{" key" :" COL29" ," value" :" int" },\
3636 {" key" :" COL30" ," value" :" int" },{" key" :" COL31" ," value" :" string" },{" key" :" COL32" ," value" :" bytes" },\
37- {" key" :" COL33" ," value" :" string" }]
37+ {" key" :" COL33" ," value" :" string" },{ " key " : " COL34 " , " value " : " int " } ]
0 commit comments