oleghnidets / OHMySQL

Swift + MySQL = ❤️
https://oleghnidets.github.io/OHMySQL/documentation/ohmysql/
MIT License
235 stars 42 forks source link

Can we call stored procedure using OHMySQL? Thank You. #13

Open cr-dasglobtech opened 6 years ago

cr-dasglobtech commented 6 years ago

What did you do?

ℹ Please replace this with what you did.

What happened instead?

ℹ Actual results. Please replace this with of what happened instead.

What did you expect?

ℹ Expected results. Please replace this with what you expected.

OHMySQL Environment

Demo Project

ℹ Please link to or upload a project we can download that reproduces the issue.

oleghnidets commented 6 years ago

Hi, As far as I investigated it doesn't. I need to implement it. It can be good feature. https://dev.mysql.com/doc/refman/5.5/en/c-api-prepared-call-statements.html

cr-dasglobtech commented 6 years ago

Yup.

Thank You.