diff options
| author | Mark Newnham <mark@newnhams.com> | 2017-05-13 11:57:38 -0600 |
|---|---|---|
| committer | Mark Newnham <mark@newnhams.com> | 2017-05-13 11:57:38 -0600 |
| commit | 6bdc9c224dfc5f9091740ad99b718efd716b4063 (patch) | |
| tree | bf8573ce0f5386cb910a9e64113035e80a515fc9 /datadict | |
| parent | 836f08ecba764870ed43ad84e50641c0060c8654 (diff) | |
| download | adodb-6bdc9c224dfc5f9091740ad99b718efd716b4063.tar.gz adodb-6bdc9c224dfc5f9091740ad99b718efd716b4063.tar.bz2 adodb-6bdc9c224dfc5f9091740ad99b718efd716b4063.zip | |
method ChangeTableSQL is incompatible with parent method, see #338
Diffstat (limited to 'datadict')
| -rw-r--r-- | datadict/datadict-db2.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/datadict/datadict-db2.inc.php b/datadict/datadict-db2.inc.php index 748976c2..69c40986 100644 --- a/datadict/datadict-db2.inc.php +++ b/datadict/datadict-db2.inc.php @@ -73,8 +73,7 @@ class ADODB2_db2 extends ADODB_DataDict { return array(); } - - function ChangeTableSQL($tablename, $flds, $tableoptions = false) + function ChangeTableSQL($tablename, $flds, $tableoptions = false, $dropOldFlds=false) { /** |
