Joshua Warner
Joshua Warner
Hi! I'm building an app and trying to use this crate as a dependency. One thing I'm concerned about is that the record parsing in `IterRecords` will `debug!`-log errors and...
... and enforce that defs can only occur in blocks (or, inside parenthesized expressions) ... plus some refactoring
Instead of trying to do formatting all in one go, instead build up an efficient tree structure first and only after that decide where to place newlines/etc. Notably, this let's...
When changing the test to include ClickHouseDialect, it fails like so: ``` ---- parse_create_view_with_columns stdout ---- thread 'parse_create_view_with_columns' panicked at src/test_utils.rs:77:21: assertion `left == right` failed: Parse results with DatabricksDialect...