Dmitry Kropachev
Dmitry Kropachev
It is done automatically, every connection (`Conn`) contains cache of prepared statements, if your query contains `select`, `insert`, `update`, `delete` or `batch` it will be prepared before execution, cached and...
> @dkropachev are we going to do it only for 4.x? For now, we are going to work it out with Disney, and based on that experience complete this PR...
> I compared the code in gocql to code in different drivers and that's my findings: > > * in python-driver there is a mechanism to retry the session detail...
@Lorak-mmk , @roydahan , is it good to go?
> Commits that add column encryption policy make a lot of changes. I think it would be better to drop those commits altogether until we decide if and how we...
> Commits that add column encryption policy make a lot of changes. I think it would be better to drop those commits altogether until we decide if and how we...
> > So no CQLv5 after all? > > As a first step, we started with an implementation of CQLv4 extension (see [scylladb/scylladb#23292](https://github.com/scylladb/scylladb/pull/23292) in progress), as introducing a full support...
@Lorak-mmk , my proposal is to bring control over skip metadata back, by reverting (one way or another) https://github.com/datastax/python-driver/commit/4f3b9ab2eb9f679f1b3877ea239b27a48913c994 and merge this pr on top of it, removing pairing between...
> @dkropachev Do you plan to continue work on this PR? Sure, I am going to work on it this week.
@sylwiaszunejko , @Lorak-mmk , it is done, please take a look