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
Firstly, I used a proxy to proxy a MySQL database. When I connected to the proxy using dBVAER and selected multiple select statements to execute, the SQL received by the proxy was actually a concatenation of multiple SQL statements. After execution, only the result set of the first SQL statement was returned.
Background abnormal location :ProxyStatementExecutorCallback.execute