File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,4 @@ Thanks so much to everyone [who has contributed](https://github.com/codefori/vsc
67
67
* [ @buzzia2001 ] ( https://github.com/buzzia2001 )
68
68
* [ @e1mais ] ( https://github.com/e1mais )
69
69
* [ @NattyNarwhal ] ( https://github.com/NattyNarwhal )
70
+ * [ @jman116 ] ( https://github.com/jman116 )
Original file line number Diff line number Diff line change @@ -1566,7 +1566,7 @@ export default class IBMi {
1566
1566
let foundNumber = this . libraryAsps . get ( library ) ;
1567
1567
1568
1568
if ( ! foundNumber ) {
1569
- const [ row ] = await this . runSQL ( `SELECT IASP_NUMBER FROM TABLE(QSYS2.LIBRARY_INFO('${ this . sysNameInAmerican ( library ) } '))` ) ;
1569
+ const [ row ] = await this . runSQL ( `SELECT IASP_NUMBER FROM TABLE(QSYS2.LIBRARY_INFO('${ this . sysNameInAmerican ( library ) } ', DETAILED_INFO=>'NO' ))` ) ;
1570
1570
const iaspNumber = Number ( row ?. IASP_NUMBER ) ;
1571
1571
if ( iaspNumber >= 0 ) {
1572
1572
this . libraryAsps . set ( library , iaspNumber ) ;
You can’t perform that action at this time.
0 commit comments