We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#2424, #2466 で UUIDv4 の生成をテストの部分を含め UUIDv7 に置き換えましたが、データベースには UUIDv4 で生成されたものが残っているので テストでは v4 と v7 の両方の UUID を生成してテストした方がいいのではといった感じです。
参照: #2466 (comment)
comment: テストのところも uuid v7 に書き換えたいが、v7 の知識をもとにプログラムが書かれても困るので(現状の運用的に)v4 / v7 がどっちも振ってくるテストを書くと良い…?
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
#2424, #2466 で UUIDv4 の生成をテストの部分を含め UUIDv7 に置き換えましたが、データベースには UUIDv4 で生成されたものが残っているので
テストでは v4 と v7 の両方の UUID を生成してテストした方がいいのではといった感じです。
参照: #2466 (comment)
The text was updated successfully, but these errors were encountered: