We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 514b141 + 4ecb176 commit e518652Copy full SHA for e518652
src/config.ts
@@ -85,7 +85,7 @@ export async function fetchSystemInfo() {
85
const content = instance.getContent();
86
87
const [versionResults, db2LevelResults] = await Promise.all([
88
- content.runSQL(`select OS_VERSION || '.' || OS_RELEASE as VERSION from sysibmadm.env_sys_info`),
+ content.runSQL(`select OS_VERSION concat '.' concat OS_RELEASE as VERSION from sysibmadm.env_sys_info`),
89
content.runSQL([
90
`select max(ptf_group_level) as HIGHEST_DB2_PTF_GROUP_LEVEL`,
91
`from qsys2.group_ptf_info`,
0 commit comments