HicServices / RDMP

Research Data Management Platform (RDMP) is an open source application for the loading,linking,anonymisation and extraction of datasets stored in relational databases.
https://github.com/HicServices/RDMP#research-data-management-platform
GNU General Public License v3.0
36 stars 16 forks source link

quote table/column identifiers in LoggingDatabasePatcher for postgres #1832

Closed rkm closed 4 months ago

rkm commented 4 months ago

Proposed Change

Attempted fix for #1831

Type of change

What types of changes does your code introduce? Tick all that apply.

Checklist

By opening this PR, I confirm that I have:

rkm commented 4 months ago

Not sure if this is the best way to solve this, but it allows the create table command to proceed.

The next issue is in FAnsi https://github.com/HicServices/FAnsiSql/issues/274

jas88 commented 4 months ago

Unfortunately FAnsqiSql lacks a GetInsertSql equivalent to GetCreateTableSql, but #1833 should wrap table and column names correctly for each target platform.