Paul Grau
Paul Grau
Currently, base_url is hardcoded to `https://bigquery.googleapis.com/bigquery/v2/`. However, there are certain scenarios where someone would want to override the host, e.g. for testing with a local emulator or other proxy services....
`impl fmt::Display for EscapeQuotedString` (which is used when formatting a Value expr) uses double quote character escaping (like `''` or `""`) which is a syntax error in BigQuery. This was...
First off, I'm relatively new to both this codebase and Rust in general. But I thought it might be useful to start this topic anyway. Epic: #1548 There are a...