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

SQL-santize does not check field length prior to replacing values #2556

Closed
seanhamlin opened this issue Jan 19, 2017 · 2 comments
Closed

SQL-santize does not check field length prior to replacing values #2556

seanhamlin opened this issue Jan 19, 2017 · 2 comments

Comments

@seanhamlin
Copy link

After the PR #2457 got merged it is forcing all string fields (regardless of size) to be set to 255 characters when you do an sql-sanitize.

Ideally, sql-sanitize would set the length to be no more than the current column size in the database to avoid errors.

@weitzman
Copy link
Member

Think this just got fixed in master

@seanhamlin
Copy link
Author

I think this was the PR #2586, thanks @weitzman !

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

2 participants