sql: remove date/intervalstyle_enabled from code#82388
Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom Jun 7, 2022
Merged
sql: remove date/intervalstyle_enabled from code#82388craig[bot] merged 1 commit intocockroachdb:masterfrom
craig[bot] merged 1 commit intocockroachdb:masterfrom
Conversation
Member
Contributor
:blob_eye_grin: |
fc2083c to
275cb43
Compare
275cb43 to
92a0fd7
Compare
otan
approved these changes
Jun 6, 2022
| # Verify that we can use computed expressions. | ||
| query I | ||
| SELECT * FROM t AS OF SYSTEM TIME -( ('1000' || 'us')::INTERVAL ) | ||
| SELECT * FROM t AS OF SYSTEM TIME -( parse_interval('1000' || 'us') ) |
Contributor
There was a problem hiding this comment.
oh, do as of statements have to be immutable? TIL
dd159e9 to
f0726ee
Compare
No release note is needed, since v22.1 already included a release note about how these are both hardcoded to true and cannot be changed. The session variables and cluster settings remain in the code, but are marked as retired. Release note: None
f0726ee to
1fa2c77
Compare
Collaborator
Author
|
tftr! bors r=otan,mgartner |
Contributor
|
Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #81529
No release note is needed, since v22.1 already included a release note
about how these are both hardcoded to true and cannot be changed.
The session variables and cluster settings remain in the code, but are
marked as retired.
Release note: None