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

MSSQL comments fixes #376

Closed
wants to merge 1 commit into from
Closed

MSSQL comments fixes #376

wants to merge 1 commit into from

Conversation

emsy
Copy link

@emsy emsy commented Mar 18, 2020

MSSQL: Don't trucate displayed comments to 50 chars (use varchar maximum of 8000 upon casting)
MSSQL: Allow for multiline comments in alter table (use textarea instead
of input type text)

…mum of 8000

upon casting)
MSSQL: Allow for multiline comments in alter table (use textarea instead
of input type text)
@emsy
Copy link
Author

emsy commented Jul 6, 2020

Correcting myself, that should better be VARCHAR(MAX) instead of VARCHAR(8000)

@vrana
Copy link
Owner

vrana commented Feb 6, 2021

I've merged the cast fix. I didn't merge the textarea because it has other consequences (unable to send the form with Enter, line wrapping in other places).

@vrana vrana closed this Feb 6, 2021
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.

2 participants