Allow identifier quoting for Database plugins

Description

Currently when a field has a name that is a SQL reserved word, we fail to write to it with Database plugins.
This can be improved by using quoting identifiers. But this should be done with care as quoting identifiers makes them case-sensititive.
Usually different databases lowercase or uppercase unquoted identifiers to make them case-insensitive.
So quoting Aaa identifier as "Aaa" would actually change the field name and potentially break an existing pipeline.
This can be handled is a different ways:

Release Notes

None

Activity

Show:
Unresolved
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

More fields

Created December 14, 2021 at 1:26 AM
Updated January 4, 2022 at 6:54 PM