You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qb package appears deprecated, but there is no other apparent support for batches in currently latest version (2.8.0).
As there is no evident way to extract values from gocqlx.Queryx for gocql.Batch.Query function either, it is not clear how gocql.Batch is supposed to be used with gocqlx now.
Similarly with updates, there is only Insert/Select examples, but an update example would be also appreciated.
The text was updated successfully, but these errors were encountered:
A couple of examples would be helpful.
qb
package appears deprecated, but there is no other apparent support for batches in currently latest version (2.8.0).As there is no evident way to extract values from
gocqlx.Queryx
forgocql.Batch.Query
function either, it is not clear howgocql.Batch
is supposed to be used with gocqlx now.Similarly with updates, there is only Insert/Select examples, but an update example would be also appreciated.
The text was updated successfully, but these errors were encountered: