Subject: | DBH quote_identifier characters |
Was dealing with a table that had a keyword as one of the column names (let's say 'group'), and used quote_identifier() on it which didn't work. I later found the syb_quoted_identifier attribute, but am I wrong in thinking that it should have quoted it as [group] instead of "group" ? Brackets work without having to set the syb_quoted_identifier attribute.