diff options
Diffstat (limited to 'adodb-datadict.inc.php')
| -rw-r--r-- | adodb-datadict.inc.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/adodb-datadict.inc.php b/adodb-datadict.inc.php index 7ec6e886..5156b1f9 100644 --- a/adodb-datadict.inc.php +++ b/adodb-datadict.inc.php @@ -202,6 +202,12 @@ class ADODB_DataDict { */ public $blobAllowsDefaultValue; + + /** + * @var string String to use to quote identifiers and names + */ + public $quote; + function getCommentSQL($table,$col) { return false; |
