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

utils/kamctl: Adjusted avalue column in location_attrs tables… #1723

Closed
wants to merge 1 commit into from

Conversation

sergey-safarov
Copy link
Member

… to store long values

Pre-Submission Checklist

  • Commit message has the format required by CONTRIBUTING guide
  • Commits are split per component (core, individual modules, libs, utils, ...)
  • Each component has a single commit (if not, squash them into one commit)
  • No commits to README files for modules (changes must be done to docbook files
    in doc/ subfolder, the README file is autogenerated)

Type Of Change

  • Small bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would change existing functionality)

Checklist:

  • PR should be backported to stable branches
  • Tested changes locally
  • Related to issue #XXXX (replace XXXX with an open issue number)

Description

During usage i can see errors in logs related to long values cannot be saved in PostgreSQL.
This PR is fix for PostgreSQL and other similar databases.

@miconda
Copy link
Member

miconda commented Nov 15, 2018

This needs to be done a bit differently: the database tables are defined inside xml files from src/lib/srdb1/schema/, changes to table structures have to be done there and then run make dbschema.

… to store long values

utils/kamctl: regenerated database creation scripts

aa
@sergey-safarov
Copy link
Member Author

Thanks you Daniel @miconda
PR is updated

miconda added a commit that referenced this pull request Nov 19, 2018
@miconda
Copy link
Member

miconda commented Nov 19, 2018

Thanks! Ultimately I pushed a different commit, in order to define entities for sizes of the columns.

@miconda miconda closed this Nov 19, 2018
miconda added a commit that referenced this pull request Nov 23, 2018
…lumns

- avalue column size set to 512
- GH #1723

(cherry picked from commit 5ce0020)
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.

None yet

2 participants