-
- Downloads
Rename `max-*-query-row-limit` to `*-query-row-limit` (#36753)
@jeff-bruemmer pointed out that these names are redundant in #36723. Theoretically one could argue that the settings aren't actually setting the "query row limit" - when you make a new question, you can enter whatever limit you like. Instead, they're setting the *maximum* possible "query row limit." That said, applying two limits is the same as applying the minimum of two limits, so calling it a "query row limit" makes sense too, and might be more clear.
Showing
- docs/installation-and-operation/serialization.md 2 additions, 2 deletionsdocs/installation-and-operation/serialization.md
- modules/drivers/sqlserver/src/metabase/driver/sqlserver.clj 1 addition, 1 deletionmodules/drivers/sqlserver/src/metabase/driver/sqlserver.clj
- src/metabase/models/setting.clj 2 additions, 2 deletionssrc/metabase/models/setting.clj
- src/metabase/query_processor/middleware/constraints.clj 10 additions, 10 deletionssrc/metabase/query_processor/middleware/constraints.clj
- test/metabase/api/database_test.clj 8 additions, 8 deletionstest/metabase/api/database_test.clj
- test/metabase/models/database_test.clj 2 additions, 2 deletionstest/metabase/models/database_test.clj
- test/metabase/query_processor/middleware/constraints_test.clj 3 additions, 3 deletions.../metabase/query_processor/middleware/constraints_test.clj
Please register or sign in to comment