• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle








  • Transactions are the safe way of doing it.

    You can also return * to see the changes, or add specific fields.

    Like for example:

    Begin; Update users Set first_name=‘John’ Where first_name=‘john’ Returning *;

    Then your Rollback; Or Commit;

    So you’d see all rows you just updated. You can get fancy and do a self join and see the original and updated data if you want. I like to run an identifying query first, so I know hey I should see 87 rows updated or whatever.

    Haven’t had any issues with table locks with this, but we use Postgres. YMMV.









  • I agree, I think it does more harm than good.

    A repost bot could provide some value if it’s reposting say news articles or sports scores. Even then you would need to find a way to make sure the posts have some value and are not just spam. However if the purpose of the post was to provide some sort of advice to the OP, the repost is worthless.




  • Thanks! Been trying to do that as there’s just so much to learn. I’ve stuck to a few build guides (started playing midway through Crucible). I found a build that I like and it’s fun (RF inquis, nice walking simulator 😅) but it struggles doing content that I like (bossing). So I’m trying out a DD Elementalist with the hopes of next league maybe being just a one build guy and respecing once I get some currency.

    I have been able to get two voidstones, and the Maven seems doable as my RF but when I read about the fight I must have ignored that last phase and had horrible placement on those pools.

    I want to complete all the end game bosses first and then I’ll try to do a deep dive on the passive tree and maybe try my own builds or something.