-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: deprecate datestyle_enabled / intervalstyle_enabled #81529
Copy link
Copy link
Closed
Labels
C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
As of v22.1, the reasons for datestyle_enabled and intervalstyle_enabled no longer hold.
We should always assume this is true in the codebase, and removes all checks of these variables (they probably need to hang around for backwards compat).
Jira issue: CRDB-15100
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)