-
David Hauzar authored
The value of bitvector can not fit into integer range (it can be, e.g, 9223372036854775881). Values of bitvectors are stored as strings and not converted to integers.
763d4d0d
Mise à jour terminée. Pour connaître les apports de la version 13.10.3 par rapport à notre ancienne version vous pouvez lire les "Release Notes" suivantes :
https://about.gitlab.com/releases/2021/03/22/gitlab-13-10-released/
https://about.gitlab.com/releases/2021/03/31/security-release-gitlab-13-10-1-released/
https://about.gitlab.com/releases/2021/04/01/gitlab-13-10-2-released/
https://about.gitlab.com/releases/2021/04/14/security-release-gitlab-13-10-3-released/
The value of bitvector can not fit into integer range (it can be, e.g, 9223372036854775881). Values of bitvectors are stored as strings and not converted to integers.