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 db type translations for sql server dialect #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

williamthiago
Copy link

Hey @andrecarlucci,

Reviewing the sql server dialect, I found a mistake on lines #L188 and #L192. The max value of precision for NCHAR and NVARCHAR is 4000.

I also configured the other types according to:

Related, are you still using sharpmigrations?

@andrecarlucci
Copy link
Member

Hi @williamthiago ,

I changed these mappings so many times that I would like to do it slowly for now on.
Here is what we have today:

https://github.com/SharpTools/sharpdata/wiki/DbTypes-x-SqlServer

Please, create "one issue per change" of type justifying it and we could collaboratively talk about it.
Thanks!

And yes, we use it in all our products :)

@beppler
Copy link
Contributor

beppler commented Apr 22, 2019

Hi, pull request #19 resolved this issue.

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.

None yet

3 participants