dolthub / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
22 stars 20 forks source link

add case for `time.Time` and `decimal` in bindvars #327

Closed jycor closed 6 months ago

jycor commented 6 months ago

We were unable to use time.Time and decimal type variables bind vars, so they couldn't be used as arguments to prepare statements. This PR addresses that issue.

fixes: https://github.com/dolthub/dolt/issues/7665