crystal-lang / crystal-mysql

MySQL connector for Crystal
MIT License
107 stars 36 forks source link

implement TextProtocol for unprepared statements without arguments #16

Closed bcardiff closed 7 years ago

bcardiff commented 7 years ago

ref: crystal-lang/crystal-db#25

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.