Ophir LOJKINE

Results 183 issues of Ophir LOJKINE

### Description ### Steps to Reproduce 1. Create a bar chart with more than 10 bars. For instance, a bar chart with 11 bars : ```js new ApexCharts(chart_div, { chart:...

bug

This is a followup on https://github.com/apache/datafusion-sqlparser-rs/pull/1847 Here are some constructs that are currently not handled by the pretty printer (they are displayed on a single line). I'm opening this to...

In the current sqlparser, parsing ```sql select a, b from t ``` and then fromatting it back to a string results in ```sql select a,b from t ``` Since sqlparser...