Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated datatype in database install script for DB2 #143

Open
guusdk opened this issue Dec 11, 2020 · 1 comment
Open

Deprecated datatype in database install script for DB2 #143

guusdk opened this issue Dec 11, 2020 · 1 comment

Comments

@guusdk
Copy link
Member

guusdk commented Dec 11, 2020

A part of the db2 database installation script contains this row definition:

   stanza			 LONG VARCHAR    NULL,

This seems to be a copy/paste error. A column can't be both a LONG and a VARCHAR.

This column is supposed to contain text, so a VARCHAR is most appropriate.

@guusdk
Copy link
Member Author

guusdk commented Dec 11, 2020

My bad: LONG VARCHAR actually was a valid datatype in DB2, but was deprecated in version 9.7. Let's replace it with a more modern datatype, to prevent future problems.

@guusdk guusdk changed the title Syntax error in database install script for DB2 Deprecated datatype in database install script for DB2 Feb 12, 2021
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

No branches or pull requests

1 participant