diff options
| author | Damien Regad <dregad@mantisbt.org> | 2023-03-12 16:18:47 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2023-03-12 16:30:35 +0100 |
| commit | 8e51a88d5d37e2857298f5fa9c6f56f9b577e86f (patch) | |
| tree | f4eff46ad1e947a92816e9a49f1143e0cc52d7a5 /adodb-datadict.inc.php | |
| parent | e475b4c610f6ee9cd103ac395ccf562e9b151b93 (diff) | |
| download | adodb-8e51a88d5d37e2857298f5fa9c6f56f9b577e86f.tar.gz adodb-8e51a88d5d37e2857298f5fa9c6f56f9b577e86f.tar.bz2 adodb-8e51a88d5d37e2857298f5fa9c6f56f9b577e86f.zip | |
Fix PHP 8.2 deprecation warnings + PHPDoc fixes
Cherry picked from commits feadc3df1fdb199bbef50eb404f81b7d78f94c79 and
5e41924806e5f310d30e203100f0c97cd5e93893.
# Conflicts:
# adodb.inc.php
Creation of dynamic property
- ADORecordset_sqlite3::$adodbFetchMode in adodb-sqlite3.inc.php (#911)
- ADOFieldObject::$scale in adodb-sqlite3.inc.php (#912)
Partially-supported callable
- in adodb-pdo-inc.php (#928)
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; |
