/// Receives a user SQL query as passed in by the user in
/// This includes doing rewriting named parameter placeholders to positional (@p => $1), and splitting the query /// up by semicolons (legacy batching, SELECT 1; SELECT 2). ///
///
/// Receives a user SQL query as passed in by the user in
/// This includes doing rewriting named parameter placeholders to positional (@p => $1), and splitting the query /// up by semicolons (legacy batching, SELECT 1; SELECT 2). ///
///