[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The `QueryOptions` class allows users to configure how SQL queries are executed on the server, and can set the optimizer version, statistics package, request priority, and request tag."],["`QueryOptions` has been deprecated in favor of using `Options` and setting specific options like `QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, or `RequestTagOption`."],["The latest version of `QueryOptions` is available in the 2.37.0-rc release, with documentation available for multiple previous versions down to 2.11.0."],["`QueryOptions` can be constructed from `Options`, and there are functions to get and set optimizer versions, optimizer statistics packages, request priorities, and request tags."],["The `optimizer_version` and `optimizer_statistics_package` function can have empty string set to use the database default."]]],[]]