logback icon indicating copy to clipboard operation
logback copied to clipboard

Fixes LOGBACK-360

Open TurekBot opened this issue 8 years ago • 1 comments

The way it currently stands, this script won't run.

SQL Server doesn't support DECIMAL's of size 40.

According to this doc, the max is 38.

Changing the precision to 38 seems to solve the issue in my testing.

TurekBot avatar Oct 11 '17 19:10 TurekBot

Thanks for your hard work on logback. Let me know if there's anything I could do to make this pull request ready to merge. Thanks!

TurekBot avatar Jan 14 '21 18:01 TurekBot