Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Sep 23, 2024
1 parent 5ccf791 commit 903dc3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const onCopy = (_, result: boolean) => {
}
};

const consistencyList = [`Set SESSION ob_read_consistency='WEAK';`];
const consistencyList = [`SET SESSION ob_read_consistency='WEAK';`];
const formatList = [
`SET SESSION nls_date_format='YYYY-MM-DD';`,
`SET SESSION nls_timestamp_format='YYYY-MM-DD HH:MI:SS.XFF3';`,
Expand Down Expand Up @@ -108,7 +108,7 @@ const content = () => {
keepExpand
customExtra={
<CommonCopyIcon
text={formatList?.join('\n')}
text={timeoutList?.join('\n')}
tooltipText={tooltipText}
onCopy={onCopy}
/>
Expand Down

0 comments on commit 903dc3b

Please sign in to comment.