Skip to content

Commit

Permalink
update test.crn (follow change in sql.crn)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaumoron committed Oct 11, 2023
1 parent 3eee7fd commit c33f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test.crn
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ MultiConvertedResultQueryFunc(
messageFile, queryMessagesName,
query=SelectQuery(messageDesc, "m.user_login = :login;", alias="m"),
timeOutDuration=timeOutDuration, dbInterfaces=dbInterfaces, inputFields={"login": String()},
queryResultFields=messageFields, converter=Id(messageBuilder), outputType=messageType,
queryResultFields=messageFields, converter=messageBuilder, outputType=messageType,
)

messageFile.Line()
Expand Down

0 comments on commit c33f810

Please sign in to comment.