Hi team,
I'm using postgres as database.
I cannot usse the workload plugin, because the table wl_national_holidays is using the column name END. This is a resreved keyword in Postgres and produces an error:
ActiveRecord::StatementInvalid (PG::SyntaxError: ERROR: syntax error at or near "end"
LINE 1: ...tional_holidays" WHERE (start <= '2022-12-26' AND end >= '20...
^
: SELECT 1 AS one FROM "wl_national_holidays" WHERE (start <= '2022-12-26' AND end >= '2022-12-26') LIMIT $1):
Hi team, I'm using postgres as database. I cannot usse the workload plugin, because the table wl_national_holidays is using the column name END. This is a resreved keyword in Postgres and produces an error:
ActiveRecord::StatementInvalid (PG::SyntaxError: ERROR: syntax error at or near "end" LINE 1: ...tional_holidays" WHERE (start <= '2022-12-26' AND end >= '20... ^ : SELECT 1 AS one FROM "wl_national_holidays" WHERE (start <= '2022-12-26' AND end >= '2022-12-26') LIMIT $1):
Could you please fix this? Cheers. Steffen