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

ff4j_audit table column size issue #238

Closed
vinodhvp opened this issue Jul 14, 2017 · 2 comments
Closed

ff4j_audit table column size issue #238

vinodhvp opened this issue Jul 14, 2017 · 2 comments

Comments

@vinodhvp
Copy link

vinodhvp commented Jul 14, 2017

Hi,

I could see that the FF4J_FEATURES table has the following column definition.
"FEAT_UID" VARCHAR(100).

And the ff4j_audit has the following, and the insert/update features fails if the feature name length> 30.
"EVT_NAME" VARCHAR(30) NOT NULL

Is this an issue with my implementation? I increased the size of the EVT_NAME column in ff4j_audit to 100 and the issue seems fixed.

Thanks
Vinod

@clun clun added the bug label Jul 15, 2017
@clun
Copy link
Collaborator

clun commented Jul 15, 2017

You are right, it's a bug.

The EVT_NAME should be long enough to have any Feature identifier or Property Name. We reduced in the first place to reduce the space use (there migh be a lot of event out there). I cannot reduce the feature name column without impacting the users.

@clun clun self-assigned this Jul 15, 2017
@clun clun removed their assignment Nov 29, 2017
@clun clun added this to the 1.7 milestone Dec 1, 2017
@clun
Copy link
Collaborator

clun commented Dec 1, 2017

Part of 1.7

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

No branches or pull requests

2 participants