-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/MIDAZ-358 #376
Feature/MIDAZ-358 #376
Conversation
…pagination filtering ✨
…nation by cursor or offset 🔨
…ypes Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…a lower bit size type int 🐛
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
golint
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
🚫 [golint] reported by reviewdog 🐶
constant 9223372036854775808 overflows int64) (typecheck)
Line 52 in e0d8962
if val > int64(^uint(0)>>1) || val < int64(^uint(0)>>1+1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, check this lines:
components/transaction/internal/adapters/postgres/operation/operation.postgresql.go
Show resolved
Hide resolved
🎉 This PR is included in version 1.31.0-beta.19 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Midaz Pull Request Checklist
Pull Request Type
Checklist
Please check each item after it's completed.
Additional Notes
Obs: Please, always remember to target your PR to develop branch instead of main.