DataStore::update_intervals_sql_params( array $query_args, int $db_interval_count, int $expected_interval_count, string $table_name )

Updates the LIMIT query part for Intervals query of the report.


Description Description

If there are less records in the database than time intervals, then we need to remap offset in SQL query to fetch correct records.


Parameters Parameters

$query_args

(Required) Query arguments.

$db_interval_count

(Required) Database interval count.

$expected_interval_count

(Required) Expected interval count on the output.

$table_name

(Required) Name of the db table relevant for the date constraint.


Top ↑

Source Source

File: packages/woocommerce-admin/src/API/Reports/DataStore.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.