-
Notifications
You must be signed in to change notification settings - Fork 140
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
Precision and Scale not handled yet #213
Comments
I see now that my problem was with the 'decimal' type for a user defined type. |
@programmergrammar Hi there, will you post a create script the object so it's easy to reproduce? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On one of my databases, I get the error "Precision and Scale not handled yet". I don't see how this is possible since the line that generates this error seems to be looking for the data type "numberic" https://github.com/sethreno/schemazen/blob/master/Library/Models/UserDefinedType.cs#L89. It seems like numberic is just a misspelling of numeric. I'm using SchemaZen v2. Any ideas on how to fix the issue would be appreciated.
The text was updated successfully, but these errors were encountered: