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

fix: IPM works with delimited identifiers disabled #447

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Conversation

isc-tleavitt
Copy link
Contributor

Also picks up a fix for a stray failing unit test - ${verbose} / {$verbose} weren't working in expression evaluation

Fixes #440

Also picks up a fix for a stray failing unit test - ${verbose} / {$verbose} weren't working in expression evaluation
@@ -10,7 +10,7 @@ Property Name As %String(MAXLEN = 2048, XMLPROJECTION = "attribute") [ Required
/// Name index is unique per namespace.
Index ResourceName On (Name, Source);

Relationship Module As %IPM.Storage.Module(XMLPROJECTION = "NONE") [ Cardinality = parent, Inverse = Mappings ];
Relationship Module As %IPM.Storage.Module(XMLPROJECTION = "NONE") [ Cardinality = parent, Inverse = Mappings, SqlFieldName = _MODULE ];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isc-tleavitt For consistency, would make sense to call this ModuleItem to match the SqlTableName of %IPM.Storage.Module

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point; I'll do this everywhere I'd updated to _MODULE

Base automatically changed from v1-jan-2024-updates to v1 April 12, 2024 12:45
For consistency with SqlTableName of %IPM.Storage.Module
@isc-tleavitt isc-tleavitt requested a review from isc-kiyer April 12, 2024 13:38
@isc-tleavitt
Copy link
Contributor Author

Needs a CHANGELOG.md update too - I want to get #452 merged and in here (which'll be a conflict anyway) so we can get a better idea of build cleanness.

@isc-tleavitt isc-tleavitt merged commit 35f92bd into v1 Apr 15, 2024
13 checks passed
@isc-tleavitt isc-tleavitt deleted the fix-440 branch April 15, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants