@@ -14,13 +14,13 @@ datatypesColumns=( id varchar(100) primary key, col1 bpchar, col2 bpchar(10), co
14
14
col32 box, col33 path, col34 polygon, col35 circle, col36 cidr, col37 inet, col38 macaddr, col39 macaddr8, \
15
15
col40 bit(2), col41 varbit(5), col42 json, col43 jsonb, col44 _pg_lsn, col45 pg_snapshot, col46 tsquery, \
16
16
col47 tsvector, col48 txid_snapshot, col49 uuid, col50 xml, col51 int4range, col52 int8range, col53 numrange, \
17
- col54 tsrange, col55 tstzrange, col56 daterange, col57 pg_lsn, col58 int4, col59 int2, col60 int8 )
18
-
17
+ col54 tsrange, col55 tstzrange, col56 daterange, col57 pg_lsn, col58 int4, col59 int2, col60 int8, col61 real, \
18
+ col62 smallint, col63 serial, col64 smallserial, col65 double precision, col66 bigint, col67 bigserial, col68 boolean)
19
19
datatypesColumnsList =( id, col1, col2, col3, col4, col5, col6 , col7 , col8 , col10, col11, col12, col13, col14, \
20
20
col15, col16, col17, col18, col22, col23, col24, col25, col26, col27, col28, col29, col30, col31, col32, col33, \
21
21
col34, col35, col36, col37, col38, col39, col40, col41, col42, col43, col44, col45, col46, col47, col48, col49, \
22
- col50, col51, col52, col53, col54, col55, col56, col57, col58, col59, col60 )
23
-
22
+ col50, col51, col52, col53, col54, col55, col56, col57, col58, col59, col60, col61, col62, col63, col64, col65,\
23
+ col66, col67, col68 )
24
24
datatypesValues =VALUES (' User5' , ' M' , ' ABC...1234' , ' B' , ' ABC' , decode(' 48656C6C6F20576F726C6421' ,' hex' ), 123, 123, \
25
25
123456, 123.4567, 123456789, 123.456, 123.456, 100.26, ' Hello World!' , ' User 5' , 123.456, 100, \
26
26
' 2023-01-01 07:30:00.000' , ' 2023-01-01 15:30:00.000' , ' 02:00:00' , ' 6 mons 02:30:00' ::interval, \
@@ -34,15 +34,15 @@ datatypesValues=VALUES ('User5', 'M', 'ABC...1234', 'B', 'ABC', decode('48656C6C
34
34
' a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11' ::uuid, ' xml ' ' <foo>bar</foo>' ' ' , ' [3,7)' ::int4range, ' [3,7)' ::int8range, \
35
35
' (1.0,14.0)' ::numrange, ' ["2010-01-01 14:30:00","2010-01-01 15:30:00")' ::tsrange, \
36
36
' ["2010-01-01 20:00:00+05:30","2010-01-01 21:00:00+05:30")' ::tstzrange, ' [1992-03-21,1994-06-26)' ::daterange, \
37
- ' 16/B374D848' ::pg_lsn, 2, 2, 2) ;
38
-
37
+ ' 16/B374D848' ::pg_lsn, 2, 2, 2, ' 1234.5679 ' , ' 600 ' , DEFAULT, DEFAULT, ' 61.823765812 ' , ' 2500000000000 ' , \
38
+ DEFAULT, false) ;
39
39
datatypesSchema =[{" key" :" id" ," value" :" string" },{" key" :" col1" ," value" :" string" },{" key" :" col2" ," value" :" string" },\
40
40
{" key" :" col3" ," value" :" string" },{" key" :" col4" ," value" :" string" },{" key" :" col5" ," value" :" bytes" },\
41
41
{" key" :" col6" ," value" :" int" },{" key" :" col7" ," value" :" int" },{" key" :" col8" ," value" :" long" },\
42
42
{" key" :" col10" ," value" :" decimal" },{" key" :" col11" ," value" :" decimal" },{" key" :" col12" ," value" :" float" },\
43
43
{" key" :" col13" ," value" :" double" },{" key" :" col14" ," value" :" string" },{" key" :" col15" ," value" :" string" },\
44
44
{" key" :" col16" ," value" :" string" },{" key" :" col17" ," value" :" double" },{" key" :" col18" ," value" :" decimal" },\
45
- {" key" :" col22" ," value" :" timestamp " },{" key" :" col23" ," value" :" timestamp" },{" key" :" col24" ," value" :" time" },\
45
+ {" key" :" col22" ," value" :" datetime " },{" key" :" col23" ," value" :" timestamp" },{" key" :" col24" ," value" :" time" },\
46
46
{" key" :" col25" ," value" :" string" },{" key" :" col26" ," value" :" string" },{" key" :" col27" ," value" :" date" },\
47
47
{" key" :" col28" ," value" :" string" },{" key" :" col29" ," value" :" string" },{" key" :" col30" ," value" :" string" },\
48
48
{" key" :" col31" ," value" :" string" },{" key" :" col32" ," value" :" string" },{" key" :" col33" ," value" :" string" },\
@@ -54,4 +54,7 @@ datatypesSchema=[{"key":"id","value":"string"},{"key":"col1","value":"string"},{
54
54
{" key" :" col49" ," value" :" string" },{" key" :" col50" ," value" :" string" },{" key" :" col51" ," value" :" string" },\
55
55
{" key" :" col52" ," value" :" string" },{" key" :" col53" ," value" :" string" },{" key" :" col54" ," value" :" string" },\
56
56
{" key" :" col55" ," value" :" string" },{" key" :" col56" ," value" :" string" },{" key" :" col57" ," value" :" string" },\
57
- {" key" :" col58" ," value" :" int" },{" key" :" col59" ," value" :" int" },{" key" :" col60" ," value" :" long" }]
57
+ {" key" :" col58" ," value" :" int" },{" key" :" col59" ," value" :" int" },{" key" :" col60" ," value" :" long" }, \
58
+ {" key" :" col61" ," value" :" float" },{" key" :" col62" ," value" :" int" },{" key" :" col63" ," value" :" int" },\
59
+ {" key" :" col64" ," value" :" int" },{" key" :" col65" ," value" :" double" },{" key" :" col66" ," value" :" long" },\
60
+ {" key" :" col67" ," value" :" long" },{" key" :" col68" ," value" :" boolean" }]
0 commit comments