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
if(this.text&&previous&&this.text!==previous){returnnewError(`Prepared statements must be unique - '${this.name}' was used for a different statement`)}
Can we add a way to bypass this check (or strip out leading comments in the check)?