wescale icon indicating copy to clipboard operation
wescale copied to clipboard

Feature Request: Rewrite 'Lock Table' Statements

Open earayu opened this issue 1 year ago • 0 comments

Background

Currently, WeSQL-Scale does not support 'Lock' and 'Unlock' statements due to their impact on the connection pooling mechanism. Executing these statements in WeSQL-Scale returns "Success" without actually performing the intended action.

Proposal

To address this issue, we need to rewrite the 'Lock' and 'Unlock' statements to ensure proper reuse of connections in the WeSQL-Scale connection pool.

earayu avatar Jun 19 '23 02:06 earayu