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

Give support for concat function to accept other data types( integer, double, long, float) #73

Closed
wants to merge 1 commit into from

Conversation

sahandilshan
Copy link

@sahandilshan sahandilshan commented Jan 20, 2020

Purpose

$subject, Fix #72

Security checks

@@ -50,7 +50,7 @@
parameters = {
@Parameter(name = "arg",
description = "This can have two or more `string` type input parameters.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Description need to reflect the new change

@dnwick dnwick closed this Feb 24, 2021
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.

str:concat() should support not string parameters.
2 participants