Versions in this module Expand all Collapse all v0 v0.16.3 Nov 29, 2024 Changes in this version + type Proxy struct + func NewProxy(target *querypb.Target, qs queryservice.QueryService, normalize bool) *Proxy + func (mp *Proxy) Execute(ctx context.Context, session *ProxySession, sql string, ...) (*ProxySession, *sqltypes.Result, error) + func (mp *Proxy) Rollback(ctx context.Context, session *ProxySession) error + type ProxySession struct + Autocommit bool + Options *querypb.ExecuteOptions + TargetString string + TransactionID int64