Skip to content

Commit 9ed3efc

Browse files
committed
Update schema snapshots for citus and cockroach
1 parent dcdc78f commit 9ed3efc

File tree

2 files changed

+76
-40
lines changed

2 files changed

+76
-40
lines changed

crates/tests/databases-tests/src/citus/snapshots/databases_tests__citus__schema_tests__schema_test__get_schema.snap

Lines changed: 40 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/tests/databases-tests/src/citus/schema_tests.rs
33
expression: result
4-
snapshot_kind: text
54
---
65
{
76
"scalar_types": {
@@ -129,7 +128,8 @@ snapshot_kind: text
129128
"name": "Phone"
130129
}
131130
}
132-
}
131+
},
132+
"extraction_functions": {}
133133
},
134134
"bool": {
135135
"representation": {
@@ -209,7 +209,8 @@ snapshot_kind: text
209209
"name": "bool"
210210
}
211211
}
212-
}
212+
},
213+
"extraction_functions": {}
213214
},
214215
"card_suit": {
215216
"representation": {
@@ -271,7 +272,8 @@ snapshot_kind: text
271272
"name": "card_suit"
272273
}
273274
}
274-
}
275+
},
276+
"extraction_functions": {}
275277
},
276278
"char": {
277279
"representation": {
@@ -397,7 +399,8 @@ snapshot_kind: text
397399
"name": "char"
398400
}
399401
}
400-
}
402+
},
403+
"extraction_functions": {}
401404
},
402405
"date": {
403406
"representation": {
@@ -453,7 +456,8 @@ snapshot_kind: text
453456
"name": "date"
454457
}
455458
}
456-
}
459+
},
460+
"extraction_functions": {}
457461
},
458462
"even_number": {
459463
"representation": {
@@ -613,7 +617,8 @@ snapshot_kind: text
613617
"name": "even_number"
614618
}
615619
}
616-
}
620+
},
621+
"extraction_functions": {}
617622
},
618623
"float4": {
619624
"representation": {
@@ -743,7 +748,8 @@ snapshot_kind: text
743748
"name": "float4"
744749
}
745750
}
746-
}
751+
},
752+
"extraction_functions": {}
747753
},
748754
"float8": {
749755
"representation": {
@@ -867,7 +873,8 @@ snapshot_kind: text
867873
"name": "float8"
868874
}
869875
}
870-
}
876+
},
877+
"extraction_functions": {}
871878
},
872879
"int2": {
873880
"representation": {
@@ -1027,7 +1034,8 @@ snapshot_kind: text
10271034
"name": "int2"
10281035
}
10291036
}
1030-
}
1037+
},
1038+
"extraction_functions": {}
10311039
},
10321040
"int4": {
10331041
"representation": {
@@ -1187,7 +1195,8 @@ snapshot_kind: text
11871195
"name": "int4"
11881196
}
11891197
}
1190-
}
1198+
},
1199+
"extraction_functions": {}
11911200
},
11921201
"int8": {
11931202
"representation": {
@@ -1353,7 +1362,8 @@ snapshot_kind: text
13531362
"name": "int8"
13541363
}
13551364
}
1356-
}
1365+
},
1366+
"extraction_functions": {}
13571367
},
13581368
"interval": {
13591369
"representation": {
@@ -1429,7 +1439,8 @@ snapshot_kind: text
14291439
"name": "interval"
14301440
}
14311441
}
1432-
}
1442+
},
1443+
"extraction_functions": {}
14331444
},
14341445
"numeric": {
14351446
"representation": {
@@ -1565,7 +1576,8 @@ snapshot_kind: text
15651576
"name": "numeric"
15661577
}
15671578
}
1568-
}
1579+
},
1580+
"extraction_functions": {}
15691581
},
15701582
"text": {
15711583
"representation": {
@@ -1691,7 +1703,8 @@ snapshot_kind: text
16911703
"name": "text"
16921704
}
16931705
}
1694-
}
1706+
},
1707+
"extraction_functions": {}
16951708
},
16961709
"time": {
16971710
"representation": {
@@ -1767,7 +1780,8 @@ snapshot_kind: text
17671780
"name": "time"
17681781
}
17691782
}
1770-
}
1783+
},
1784+
"extraction_functions": {}
17711785
},
17721786
"timestamp": {
17731787
"representation": {
@@ -1823,7 +1837,8 @@ snapshot_kind: text
18231837
"name": "timestamp"
18241838
}
18251839
}
1826-
}
1840+
},
1841+
"extraction_functions": {}
18271842
},
18281843
"timestamptz": {
18291844
"representation": {
@@ -1879,7 +1894,8 @@ snapshot_kind: text
18791894
"name": "timestamptz"
18801895
}
18811896
}
1882-
}
1897+
},
1898+
"extraction_functions": {}
18831899
},
18841900
"timetz": {
18851901
"representation": {
@@ -1935,7 +1951,8 @@ snapshot_kind: text
19351951
"name": "timetz"
19361952
}
19371953
}
1938-
}
1954+
},
1955+
"extraction_functions": {}
19391956
},
19401957
"uuid": {
19411958
"representation": {
@@ -1984,7 +2001,8 @@ snapshot_kind: text
19842001
"name": "uuid"
19852002
}
19862003
}
1987-
}
2004+
},
2005+
"extraction_functions": {}
19882006
},
19892007
"varchar": {
19902008
"representation": {
@@ -2110,7 +2128,8 @@ snapshot_kind: text
21102128
"name": "varchar"
21112129
}
21122130
}
2113-
}
2131+
},
2132+
"extraction_functions": {}
21142133
}
21152134
},
21162135
"object_types": {

crates/tests/databases-tests/src/cockroach/snapshots/databases_tests__cockroach__schema_tests__schema_test__get_schema.snap

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/tests/databases-tests/src/cockroach/schema_tests.rs
33
expression: result
4-
snapshot_kind: text
54
---
65
{
76
"scalar_types": {
@@ -83,7 +82,8 @@ snapshot_kind: text
8382
"name": "bool"
8483
}
8584
}
86-
}
85+
},
86+
"extraction_functions": {}
8787
},
8888
"card_suit": {
8989
"representation": {
@@ -145,7 +145,8 @@ snapshot_kind: text
145145
"name": "card_suit"
146146
}
147147
}
148-
}
148+
},
149+
"extraction_functions": {}
149150
},
150151
"char": {
151152
"representation": {
@@ -303,7 +304,8 @@ snapshot_kind: text
303304
"name": "char"
304305
}
305306
}
306-
}
307+
},
308+
"extraction_functions": {}
307309
},
308310
"date": {
309311
"representation": {
@@ -352,7 +354,8 @@ snapshot_kind: text
352354
"name": "date"
353355
}
354356
}
355-
}
357+
},
358+
"extraction_functions": {}
356359
},
357360
"float4": {
358361
"representation": {
@@ -480,7 +483,8 @@ snapshot_kind: text
480483
"name": "float4"
481484
}
482485
}
483-
}
486+
},
487+
"extraction_functions": {}
484488
},
485489
"float8": {
486490
"representation": {
@@ -608,7 +612,8 @@ snapshot_kind: text
608612
"name": "float8"
609613
}
610614
}
611-
}
615+
},
616+
"extraction_functions": {}
612617
},
613618
"int2": {
614619
"representation": {
@@ -776,7 +781,8 @@ snapshot_kind: text
776781
"name": "int2"
777782
}
778783
}
779-
}
784+
},
785+
"extraction_functions": {}
780786
},
781787
"int4": {
782788
"representation": {
@@ -944,7 +950,8 @@ snapshot_kind: text
944950
"name": "int4"
945951
}
946952
}
947-
}
953+
},
954+
"extraction_functions": {}
948955
},
949956
"int8": {
950957
"representation": {
@@ -1124,7 +1131,8 @@ snapshot_kind: text
11241131
"name": "int8"
11251132
}
11261133
}
1127-
}
1134+
},
1135+
"extraction_functions": {}
11281136
},
11291137
"interval": {
11301138
"representation": {
@@ -1194,7 +1202,8 @@ snapshot_kind: text
11941202
"name": "interval"
11951203
}
11961204
}
1197-
}
1205+
},
1206+
"extraction_functions": {}
11981207
},
11991208
"numeric": {
12001209
"representation": {
@@ -1334,7 +1343,8 @@ snapshot_kind: text
13341343
"name": "numeric"
13351344
}
13361345
}
1337-
}
1346+
},
1347+
"extraction_functions": {}
13381348
},
13391349
"text": {
13401350
"representation": {
@@ -1492,7 +1502,8 @@ snapshot_kind: text
14921502
"name": "text"
14931503
}
14941504
}
1495-
}
1505+
},
1506+
"extraction_functions": {}
14961507
},
14971508
"time": {
14981509
"representation": {
@@ -1562,7 +1573,8 @@ snapshot_kind: text
15621573
"name": "time"
15631574
}
15641575
}
1565-
}
1576+
},
1577+
"extraction_functions": {}
15661578
},
15671579
"timestamp": {
15681580
"representation": {
@@ -1611,7 +1623,8 @@ snapshot_kind: text
16111623
"name": "timestamp"
16121624
}
16131625
}
1614-
}
1626+
},
1627+
"extraction_functions": {}
16151628
},
16161629
"timestamptz": {
16171630
"representation": {
@@ -1660,7 +1673,8 @@ snapshot_kind: text
16601673
"name": "timestamptz"
16611674
}
16621675
}
1663-
}
1676+
},
1677+
"extraction_functions": {}
16641678
},
16651679
"timetz": {
16661680
"representation": {
@@ -1709,7 +1723,8 @@ snapshot_kind: text
17091723
"name": "timetz"
17101724
}
17111725
}
1712-
}
1726+
},
1727+
"extraction_functions": {}
17131728
},
17141729
"uuid": {
17151730
"representation": {
@@ -1758,7 +1773,8 @@ snapshot_kind: text
17581773
"name": "uuid"
17591774
}
17601775
}
1761-
}
1776+
},
1777+
"extraction_functions": {}
17621778
},
17631779
"varchar": {
17641780
"representation": {
@@ -1916,7 +1932,8 @@ snapshot_kind: text
19161932
"name": "varchar"
19171933
}
19181934
}
1919-
}
1935+
},
1936+
"extraction_functions": {}
19201937
}
19211938
},
19221939
"object_types": {

0 commit comments

Comments
 (0)