☭🇨🇳 🚩✯☭USSR☭✯🚩 ☢✯☭🇷🇺🚩

  • 14 Posts
  • 67 Comments
Joined 6 months ago
cake
Cake day: December 11th, 2025

help-circle



  • um, I am not sure if I understood this.

    Let’s say I want to create a record with my username and password. I will create it offline like saving it in a Json or plain text file. now when I get an internet connection back I will just send that username and password to the database. here the user isnt sending the Id so it shouldn’t matter. but if the user is sending the Id then yeah I can see how it could become a problem. eg, two user can be sending the same Id 500 and will lead to race condition as someone else mentioned here.

    is it correct?