-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
86810: externalconn: add `owner` column to `system.external_connections` r=benbardin a=adityamaru This change adds a column to the External Connection table that tracks the owner of the object. This information will be surfaced in the soon to be `SHOW EXTERNAL CONNECTION` and will also be used when checking who the owner of the object is when checking privileges. Release note: None Release justification: low risk change to new functionality 86909: ui: properly construct timescale object from session storage r=xinhaoz a=xinhaoz Previously, when we restore the global timescale object from session storage, we did not properly construct non primitive type fields. This commit properly constructs the TimeScale object from session storage, reconstructing the moment.duration and moment objects that are expected in certain fields. Release justification: bug fix Release note (bug fix): timescale object is properly constructed from session storage, preventing bugs and crashes in pages that use the time scale object when reloading the page Co-authored-by: adityamaru <[email protected]> Co-authored-by: Xin Hao Zhang <[email protected]>
- Loading branch information
Showing
13 changed files
with
108 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.