BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
104 stars 25 forks source link

No bobby tables #134

Closed volcan01010 closed 1 year ago

volcan01010 commented 1 year ago

Description

This merge request closes #133. It performs validation on table and column names that are passed to the load function. This prevents malicious code being inserted into the auto-generated SQL.

To test