vincev / dply-rs

A data manipulation tool for parquet, csv, and json data.
Apache License 2.0
42 stars 3 forks source link

Enhance: Auto backtick "invalid" column names #51

Closed tikkanz closed 1 year ago

tikkanz commented 1 year ago

The column completion really improves ergonomics!

Would it be possible when inserting a chosen a column name that would require backticks to be valid (for example contains a -), to automatically surround the column name with backticks?

vincev commented 1 year ago

Hi @tikkanz this should be easy and useful to have, I'll add it.

vincev commented 1 year ago

thank you @tikkanz I have added backtick completions here #54.