@@ -1546,7 +1546,7 @@ def insert_many(
1546
1546
if merge is not None :
1547
1547
params ["mergeObjects" ] = merge
1548
1548
1549
- # New in 3.9.6 and 3.10.2
1549
+ # New in ArangoDB 3.9.6 and 3.10.2
1550
1550
if refill_index_caches is not None :
1551
1551
params ["refillIndexCaches" ] = refill_index_caches
1552
1552
@@ -1653,7 +1653,7 @@ def update_many(
1653
1653
if sync is not None :
1654
1654
params ["waitForSync" ] = sync
1655
1655
1656
- # New in 3.9.6 and 3.10.2
1656
+ # New in ArangoDB 3.9.6 and 3.10.2
1657
1657
if refill_index_caches is not None :
1658
1658
params ["refillIndexCaches" ] = refill_index_caches
1659
1659
@@ -1826,7 +1826,7 @@ def replace_many(
1826
1826
if sync is not None :
1827
1827
params ["waitForSync" ] = sync
1828
1828
1829
- # New in 3.9.6 and 3.10.2
1829
+ # New in ArangoDB 3.9.6 and 3.10.2
1830
1830
if refill_index_caches is not None :
1831
1831
params ["refillIndexCaches" ] = refill_index_caches
1832
1832
@@ -1977,7 +1977,7 @@ def delete_many(
1977
1977
if sync is not None :
1978
1978
params ["waitForSync" ] = sync
1979
1979
1980
- # New in 3.9.6 and 3.10.2
1980
+ # New in ArangoDB 3.9.6 and 3.10.2
1981
1981
if refill_index_caches is not None :
1982
1982
params ["refillCaches" ] = refill_index_caches
1983
1983
@@ -2324,7 +2324,7 @@ def insert(
2324
2324
if merge is not None :
2325
2325
params ["mergeObjects" ] = merge
2326
2326
2327
- # New in 3.9.6 and 3.10.2
2327
+ # New in ArangoDB 3.9.6 and 3.10.2
2328
2328
if refill_index_caches is not None :
2329
2329
params ["refillIndexCaches" ] = refill_index_caches
2330
2330
@@ -2409,7 +2409,7 @@ def update(
2409
2409
if sync is not None :
2410
2410
params ["waitForSync" ] = sync
2411
2411
2412
- # New in 3.9.6 and 3.10.2
2412
+ # New in ArangoDB 3.9.6 and 3.10.2
2413
2413
if refill_index_caches is not None :
2414
2414
params ["refillIndexCaches" ] = refill_index_caches
2415
2415
@@ -2485,7 +2485,7 @@ def replace(
2485
2485
if sync is not None :
2486
2486
params ["waitForSync" ] = sync
2487
2487
2488
- # New in 3.9.6 and 3.10.2
2488
+ # New in ArangoDB 3.9.6 and 3.10.2
2489
2489
if refill_index_caches is not None :
2490
2490
params ["refillIndexCaches" ] = refill_index_caches
2491
2491
@@ -2570,7 +2570,7 @@ def delete(
2570
2570
if sync is not None :
2571
2571
params ["waitForSync" ] = sync
2572
2572
2573
- # New in 3.9.6 and 3.10.2
2573
+ # New in ArangoDB 3.9.6 and 3.10.2
2574
2574
if refill_index_caches is not None :
2575
2575
params ["refillIndexCaches" ] = refill_index_caches
2576
2576
0 commit comments