- 
                Notifications
    
You must be signed in to change notification settings  - Fork 130
 
fix: metadata override #734
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
Conversation
          
WalkthroughThe changes modify the SQL conflict handling in the  Changes
 Sequence Diagram(s)sequenceDiagram
    participant Client
    participant API
    participant Store
    participant DB
    Client->>API: Request account metadata update
    API->>Store: Call UpdateAccountsMetadata
    Store->>DB: Execute SQL with conflict handling
    DB-->>Store: Return update result
    Store-->>API: Send update confirmation
    API-->>Client: Confirm metadata update
    sequenceDiagram
    participant Tester
    participant TxAPI
    participant Store
    participant DB
    Tester->>TxAPI: Create transaction with metadata override
    TxAPI->>Store: Process transaction with new metadata
    Store->>DB: Execute SQL update for metadata override
    DB-->>Store: Return updated record
    Store-->>TxAPI: Confirm override success
    TxAPI-->>Tester: Transaction and metadata update successful
    Suggested reviewers
 Poem
 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
 ⏰ Context from checks skipped due to timeout of 90000ms (1)
 🔇 Additional comments (4)
 ✨ Finishing Touches
 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit: 
 Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
 Other keywords and placeholders
 CodeRabbit Configuration File (
 | 
    
          Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@            Coverage Diff             @@
##             main     #734      +/-   ##
==========================================
+ Coverage   81.97%   82.01%   +0.03%     
==========================================
  Files         135      135              
  Lines        7291     7290       -1     
==========================================
+ Hits         5977     5979       +2     
+ Misses       1008     1006       -2     
+ Partials      306      305       -1     ☔ View full report in Codecov by Sentry.  | 
    
No description provided.