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

util: Fix issue in string template leading to a WARN log #1424

Merged
merged 1 commit into from Apr 13, 2021

Conversation

sbrossie
Copy link
Member

No description provided.

@@ -375,8 +375,8 @@ auditTableValues() ::= <<

getHistoryForTargetRecordId() ::= <<
select
<idField("")>
, <prefix>record_id as history_record_id
<idField()>
Copy link
Member

Choose a reason for hiding this comment

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

This should be <idField("t.")>.

<idField("")>
, <prefix>record_id as history_record_id
<idField()>
, record_id as history_record_id
Copy link
Member

Choose a reason for hiding this comment

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

t.record_id

@sbrossie
Copy link
Member Author

/cc I git push -- force but made the change as requested.

@sbrossie sbrossie merged commit ce733ea into master Apr 13, 2021
@sbrossie sbrossie deleted the fix-entity-sql-dao branch April 15, 2021 15:56
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.

None yet

2 participants