Skip to content

Commit

Permalink
Merge pull request #1424 from killbill/fix-entity-sql-dao
Browse files Browse the repository at this point in the history
util: Fix issue in string template leading to a WARN log
  • Loading branch information
sbrossie committed Apr 13, 2021
2 parents 155b0ce + e67a61f commit ce733ea
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -375,8 +375,8 @@ auditTableValues() ::= <<

getHistoryForTargetRecordId() ::= <<
select
<idField("")>
, <prefix>record_id as history_record_id
<idField("t.")>
, t.record_id as history_record_id
, <historyTableFields("t.")>
<accountRecordIdFieldWithComma("t.")>
<tenantRecordIdFieldWithComma("t.")>
Expand Down

0 comments on commit ce733ea

Please sign in to comment.