FullOrderByPushDown
Specifies whether provider pushes ORDER BY operations on the server-side for datetime columns that only support second-level precision.
データ型
bool
デフォルト値
false
解説
Some datetime columns in Confluence support ordering only at the second level, which can cause inconsistent results when milliseconds are present.
When set to false, ORDER BY for these columns is applied client-side to preserve millisecond precision.
When set to true, 本製品 pushes ORDER BY for these columns to the server and trims milliseconds to match the server's precision. Millisecond values are removed even when the query does not include ORDER BY.
This property is useful when you require server-side ordering for limited-precision datetime columns and do not need millisecond accuracy.