====== $_quoteNames ====== ~~NOTOC~~ ADOdb Active Record also honors the [[v5:reference:adodb_quote_fieldnames|$ADODB_QUOTE_FIELDNAMES]] global variable in ADOdb V5.21. You can also use any of the parameters described there against the $_quoteNames variable ^Type|Boolean| ^Default|false| ===== Description ===== Setting the value of this class variable to true causes the names of tables and columns to be quoted on insert and update statements, typically used because the names themselves contain reserved words or special characters ===== Usage ===== $activeRecord->_quoteNames = true;