SDM-TIB / SDM-RDFizer

An Efficient RML-Compliant Engine for Knowledge Graph Construction
https://doi.org/10.5281/zenodo.3872103
Apache License 2.0
107 stars 25 forks source link

rdfizer: fix PostgreSQL quoting characters #89

Closed DylanVanAssche closed 1 year ago

DylanVanAssche commented 1 year ago

PostgreSQL is a well behaving SQL engine, use SQL quotes instead of MySQL backticks which are not in the SQL spec. This codepath was taken when a SQL query is generated for rr:tableName.

Would be great if we could have a release with this patch applied. I verified that it works with MySQL and PostgreSQL now when using rr:tableName.