added extra param append_ix to _GetTableSQL (used only by pgsql, but gives warning if not there)

This commit is contained in:
Ralf Becker 2004-05-29 10:21:04 +00:00
parent 140a9fb5df
commit 35b80dabd2

View File

@ -334,7 +334,7 @@
function CreateTable($oProc, &$aTables, $sTableName, $aTableDef)
{
if ($oProc->_GetTableSQL($sTableName, $aTableDef, $sTableSQL, $sSequenceSQL))
if ($oProc->_GetTableSQL($sTableName, $aTableDef, $sTableSQL, $sSequenceSQL,$append_ix))
{
// create sequence first since it will be needed for default
if ($sSequenceSQL != '')