• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

justin-millman / Kvasir / 16080746156 / 2
99%
master: 98%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 04 Jul 2025 08:49PM UTC
Files 168
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jul 2025 08:48PM UTC coverage: 99.119%. Remained the same
16080746156.2

push

github

justin-millman
Make VARCHAR(255) the Data Type for Text Fields in MySQL

This commit changes, yet again, the behavior for Text-type Fields in the MySQL provider. Previously, they defaulted to
being represented with LONGTEXT and would become VARCHAR(N) when a [Check.LengthIsAtMost] constraint was applied. This
was problematic, though, because most of the time people want VARCHAR(N), and requiring users to annotate everything is
a pain. After considering a bunch of alternatives (including a [Blob] annotation and a custom C# type), I decided that
65,535 characters should be just plenty.

So, now Text-type Fields default to being represented with VARCHAR(255). The presence of a [Check.LengthIsAtMost]
constraint can reduce or increase the 255-character limit up to 65,535. As a consequence, I have also fixed a bug that
previously allowed overlong length specifications for VARCHARs.

1998 of 2029 branches covered (98.47%)

Branch coverage included in aggregate %.

4753 of 4782 relevant lines covered (99.39%)

2061.9 hits per line

Source Files on job Release - 16080746156.2
  • Tree
  • List 168
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 16080746156
  • 2d0e9053 on github
  • Prev Job for on main (#15962387070.2)
  • Next Job for on main (#16081764670.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc