paillave / Etl.Net

Mass processing data with a complete ETL for .net developers
https://paillave.github.io/Etl.Net/
MIT License
631 stars 89 forks source link

SqlServerSave fails because column names are not enclosed in square brackets #479

Open pm7y opened 6 months ago

pm7y commented 6 months ago

Hi, I am attempting to use SqlServerSave however it fails for me because I believe internally it is not enclosing each property/column name in square brackets. I have a column called "Key" which is also a special sql server keyword which must be enclosed in brackets (i.e. [Key]) otherwise the generated sql statement fails.

paillave commented 4 months ago

will be corrected in an upcoming release that will contain lot of bug fixes