docs: restore FUTURE/PAST LIMIT ordering caution for users prior to v1.12.3

Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
copilot/restore-ordering-warning-influxql
copilot-swe-agent[bot] 2026-03-14 11:41:17 +00:00
parent deec3edb4e
commit b5ad8d531d
2 changed files with 20 additions and 0 deletions

View File

@ -389,6 +389,10 @@ create_database_stmt = "CREATE DATABASE" db_name
> [!Note]
> When using both `FUTURE LIMIT` and `PAST LIMIT` clauses, `FUTURE LIMIT` must appear before `PAST LIMIT`.
> [!Caution]
> **Prior to InfluxDB Enterprise v1.12.3**, when using both `FUTURE LIMIT` and `PAST LIMIT` clauses,
> `PAST LIMIT` must appear before `FUTURE LIMIT`.
> [!Warning]
> Replication factors do not serve a purpose with single node instances.
@ -426,6 +430,10 @@ create_retention_policy_stmt = "CREATE RETENTION POLICY" policy_name on_clause
> [!Note]
> When using both `FUTURE LIMIT` and `PAST LIMIT` clauses, `FUTURE LIMIT` must appear before `PAST LIMIT`.
> [!Caution]
> **Prior to InfluxDB Enterprise v1.12.3**, when using both `FUTURE LIMIT` and `PAST LIMIT` clauses,
> `PAST LIMIT` must appear before `FUTURE LIMIT`.
> [!Warning]
> Replication factors do not serve a purpose with single node instances.

View File

@ -389,6 +389,12 @@ create_database_stmt = "CREATE DATABASE" db_name
> [!Note]
> When using both `FUTURE LIMIT` and `PAST LIMIT` clauses, `FUTURE LIMIT` must appear before `PAST LIMIT`.
> [!Caution]
> **Prior to InfluxDB v1.12.3**, when using both `FUTURE LIMIT` and `PAST LIMIT` clauses,
> `PAST LIMIT` must appear before `FUTURE LIMIT`.
> [Upgrade to InfluxDB v1.12.3 or later](/influxdb/v1/about_the_project/release-notes/#v1123)
> to use the order shown above.
> [!Warning]
> Replication factors do not serve a purpose with single node instances.
@ -426,6 +432,12 @@ create_retention_policy_stmt = "CREATE RETENTION POLICY" policy_name on_clause
> [!Note]
> When using both `FUTURE LIMIT` and `PAST LIMIT` clauses, `FUTURE LIMIT` must appear before `PAST LIMIT`.
> [!Caution]
> **Prior to InfluxDB v1.12.3**, when using both `FUTURE LIMIT` and `PAST LIMIT` clauses,
> `PAST LIMIT` must appear before `FUTURE LIMIT`.
> [Upgrade to InfluxDB v1.12.3 or later](/influxdb/v1/about_the_project/release-notes/#v1123)
> to use the order shown above.
> [!Warning]
> Replication factors do not serve a purpose with single node instances.