scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

Automatically reprepare scylla invalidated statements #297

Open Kulezi opened 2 years ago

Kulezi commented 2 years ago

Currently when a prepared query is run and scylla invalidated the prepared statement, the driver will return an error that the query is unprepared. In this case the driver should automatically reprepare the statement and retry.