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

Fix 15 character limit on "owner" field #4

Open
jwalcorn opened this issue Dec 1, 2023 · 1 comment
Open

Fix 15 character limit on "owner" field #4

jwalcorn opened this issue Dec 1, 2023 · 1 comment

Comments

@jwalcorn
Copy link
Member

jwalcorn commented Dec 1, 2023

The "owner" column for a Portfolio/Account/CashAccount has always been defined as VARCHAR(32), but the COBOL code has a limit of 15 characters. We need that increased to the column size. We hit this when doing a Gatling run, where Gatling generates a UUID for the owner that is longer than what the COBOL code will accept for the owner.

@jwalcorn
Copy link
Member Author

jwalcorn commented Dec 1, 2023

Marcos has this fixed on the mainframe in Brazil, and said he will submit a PR to bring this repo back in synch with what we're running there shortly.

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