tekumara / fakesnow

Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally.
Apache License 2.0
83 stars 7 forks source link

fix: write_pandas quotes columns when inserting dataframe #65

Closed ifm-pgarner closed 3 months ago

ifm-pgarner commented 3 months ago

_insert_df needs to quote the column names when inserting, otherwise fails for table where column names need quoting

tekumara commented 3 months ago

Thank you! I extended the test to include checking the value of the column names returned