@@ -2631,13 +2631,13 @@ select count(*) from test_jsquery where v @@ '$ is numeric';
2631
2631
select count(*) from test_jsquery where v @@ '$ is array';
2632
2632
count
2633
2633
-------
2634
- 2
2634
+ 3
2635
2635
(1 row)
2636
2636
2637
2637
select count(*) from test_jsquery where v @@ '$ is object';
2638
2638
count
2639
2639
-------
2640
- 1017
2640
+ 1018
2641
2641
(1 row)
2642
2642
2643
2643
select count(*) from test_jsquery where v @@ 'similar_product_ids.#: is numeric';
@@ -2655,7 +2655,7 @@ select count(*) from test_jsquery where v @@ 'similar_product_ids.#: is string';
2655
2655
select count(*) from test_jsquery where v @@ 'NOT similar_product_ids.#: (NOT $ = "0440180295")';
2656
2656
count
2657
2657
-------
2658
- 40
2658
+ 42
2659
2659
(1 row)
2660
2660
2661
2661
select count(*) from test_jsquery where v @@ '$ > 2';
@@ -2679,7 +2679,7 @@ select count(*) from test_jsquery where v @@ 't';
2679
2679
select count(*) from test_jsquery where v @@ '$';
2680
2680
count
2681
2681
-------
2682
- 1034
2682
+ 1036
2683
2683
(1 row)
2684
2684
2685
2685
select count(*) from test_jsquery where v @@ 'similar_product_ids.#';
@@ -2909,13 +2909,13 @@ select count(*) from test_jsquery where v @@ '$ is numeric';
2909
2909
select count(*) from test_jsquery where v @@ '$ is array';
2910
2910
count
2911
2911
-------
2912
- 2
2912
+ 3
2913
2913
(1 row)
2914
2914
2915
2915
select count(*) from test_jsquery where v @@ '$ is object';
2916
2916
count
2917
2917
-------
2918
- 1017
2918
+ 1018
2919
2919
(1 row)
2920
2920
2921
2921
select count(*) from test_jsquery where v @@ 'similar_product_ids.#: is numeric';
@@ -2957,7 +2957,7 @@ select count(*) from test_jsquery where v @@ 't';
2957
2957
select count(*) from test_jsquery where v @@ '$';
2958
2958
count
2959
2959
-------
2960
- 1034
2960
+ 1036
2961
2961
(1 row)
2962
2962
2963
2963
select count(*) from test_jsquery where v @@ 'similar_product_ids.#';
@@ -3232,13 +3232,13 @@ select count(*) from test_jsquery where v @@ '$ is numeric';
3232
3232
select count(*) from test_jsquery where v @@ '$ is array';
3233
3233
count
3234
3234
-------
3235
- 2
3235
+ 3
3236
3236
(1 row)
3237
3237
3238
3238
select count(*) from test_jsquery where v @@ '$ is object';
3239
3239
count
3240
3240
-------
3241
- 1017
3241
+ 1018
3242
3242
(1 row)
3243
3243
3244
3244
select count(*) from test_jsquery where v @@ 'similar_product_ids.#: is numeric';
@@ -3280,7 +3280,7 @@ select count(*) from test_jsquery where v @@ 't';
3280
3280
select count(*) from test_jsquery where v @@ '$';
3281
3281
count
3282
3282
-------
3283
- 1034
3283
+ 1036
3284
3284
(1 row)
3285
3285
3286
3286
select count(*) from test_jsquery where v @@ 'similar_product_ids.#';
0 commit comments