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

Change schema data type for project attributes #3758

Closed
voievodin opened this issue Jan 17, 2017 · 1 comment
Closed

Change schema data type for project attributes #3758

voievodin opened this issue Jan 17, 2017 · 1 comment
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.

Comments

@voievodin
Copy link
Contributor

Project attributes are stored as key VARCHAR(255) -> value VARCHAR(255).
But 255 is not enough for the value length as IDE may save there json objects(like project specific commands).

Change the VARCHAR(255) data type to TEXT for project attribute value.

@skabashnyuk skabashnyuk added kind/enhancement A feature request - must adhere to the feature request template. sprint/current status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. team/platform labels Jan 17, 2017
@skabashnyuk
Copy link
Contributor

Related to #2681

@voievodin voievodin self-assigned this Jan 17, 2017
voievodin pushed a commit that referenced this issue Jan 18, 2017
Fixes #3758.
IDE uses project attributes for storing various kind of data
such as commands related to a certain project, 255 is not enough.
@slemeur slemeur mentioned this issue Jan 18, 2017
17 tasks
@skabashnyuk skabashnyuk added this to the 5.2.0 milestone Jan 20, 2017
voievodin pushed a commit that referenced this issue Jan 20, 2017
Fixes #3758.
IDE uses project attributes for storing various kind of data
such as commands related to a certain project, 255 is not enough.
voievodin pushed a commit that referenced this issue Jan 20, 2017
#3789)

Fixes #3758.
IDE uses project attributes for storing various kind of data
such as commands related to a certain project, 255 is not enough.
@JamesDrummond JamesDrummond removed this from the 5.2.0 milestone Feb 2, 2017
JPinkney pushed a commit to JPinkney/che that referenced this issue Aug 17, 2017
eclipse-che#3789)

Fixes eclipse-che#3758.
IDE uses project attributes for storing various kind of data
such as commands related to a certain project, 255 is not enough.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Projects
None yet
Development

No branches or pull requests

3 participants