@teqed/interact-ibmi
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -1,6 +0,6 @@ | ||
import { queryOdbc, getvalues } from '../../odbc-util.js'; | ||
import { queryOdbc, getrows } from '../../odbc-util.js'; | ||
import { generatedListMenu } from '../util.js'; | ||
const findUser = async (user) => { | ||
const query = await queryOdbc(`SELECT * FROM QSYS2.USER_INFO WHERE AUTHORIZATION_NAME = '${user}'`); | ||
getvalues(query); | ||
getrows(query); | ||
return query; | ||
@@ -7,0 +7,0 @@ }; |
@@ -87,3 +87,3 @@ { | ||
"type": "module", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"engines": { | ||
@@ -90,0 +90,0 @@ "node": ">=16.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52829