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

implement TextProtocol for unprepared statements without arguments #16

Merged
merged 1 commit into from
Dec 13, 2016

Conversation

bcardiff
Copy link
Member

@bcardiff bcardiff commented Dec 4, 2016

ref: crystal-lang/crystal-db#25

  • Update MySql::Connection to crystal-db/feature/unprepared branch
  • Add TextResultSet and UnpreparedStatement to implement TextProtocol.

mysql text protocol does not support arguments. To proper support them parse/interpolate need to be done. That will come later.

Unprepared statements are needed in order to build support for transactions.

@bcardiff bcardiff merged commit 96dbaab into master Dec 13, 2016
@bcardiff bcardiff deleted the feature/unprepared branch December 14, 2016 15:33
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.

1 participant