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

Added bind param for Any #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added bind param for Any #15

wants to merge 1 commit into from

Conversation

dannylewis-sheffield
Copy link
Contributor

Allows for something like:

params.flatMap{$0}.map {
mysqlStatement.bindParam($0)
}

Allows for something like:

params.flatMap{$0}.map {
    mysqlStatement.bindParam($0)
}
Copy link
Contributor

@RockfordWei RockfordWei left a comment

Choose a reason for hiding this comment

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

Thank you Danny, however, could you please complete all possible swift types for binding and also providing the corresponding testing scripts as well? many thanks. Sorry for such a late response, we have been heavily coding during the past few months.

@dannylewis-sheffield
Copy link
Contributor Author

Hi, it was my understanding that all MySQL types implemented in the swift code were covered with the patch but this could have changed as it was submitted almost six months ago and I did notice not all MySQL types were covered at that point in time. Good luck with the project, I'm too busy right now to work further on this as priorities have changed.

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