Skip to content

Conversation

@dennis-dko
Copy link

No description provided.

dennis-dko added 3 commits December 22, 2022 11:50
…fault value and not null column attributes correctly.
…ly, cannot use bind because it will quote variables with inverted commas in sql query.
$SQL .= " \($ColumnInfos{LENGTH}\)";
$SQL .= " ($ColumnInfos{LENGTH})";
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that $ColumnInfos{COLUMN_DEFAULT} should be quoted, just in case it contains a single quote character.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'IS NULL' and default value are not added when extra source columns are migrated

3 participants