Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install packages via Lite Terminal #579

Open
isc-tleavitt opened this issue Oct 7, 2024 · 0 comments
Open

Can't install packages via Lite Terminal #579

isc-tleavitt opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working upstream Stems from an issue in IRIS (or another dependency)

Comments

@isc-tleavitt
Copy link
Contributor

This is an upstream issue (ref: DP-435099), but I think we can provide a workaround as it'll be a while before this makes it into IRIS kits.

For example, on an environment with just git-source-control installed:

USER>zpm "list"
git-source-control 2.5.0
USER>w $stack
3
USER>d $System.SQL.Purge()
 
USER>w $stack
3
USER>zpm "list"
 
USER>w $stack
40

Issue happens in SQL compilation of:
SELECT Nsp FROM %SYS.Namespace_List() WHERE Nsp = ?

Workaround would be to implement the WHERE clause in ObjectScript outside of this query.

Should be fixed in PRs targeting both master and v1. We'll want a new 0.7 release.

@isc-tleavitt isc-tleavitt added bug Something isn't working upstream Stems from an issue in IRIS (or another dependency) labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream Stems from an issue in IRIS (or another dependency)
Projects
None yet
Development

No branches or pull requests

2 participants