Gajim - 2024-11-02


  1. bot

    lovetox pushed 1 commits to branch python-nbxmpp/master cq: Dataforms: Add type anotations - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/420f8b9f9bee3adbe90598c8d9cd71cce0396576

  2. SAM

    I CAN GO TO INBOX

  3. SAM

    HOW ?

  4. SAM

    When I register somewhere, I am sent a message asking how I can log in from where so that I can get an activation message, for example!

  5. cal0pteryx

    SAM, this is a Gajim support channel. It's unclear what you want. Please stop yelling

  6. meson

    When do you want to use `upsert_row` and when `upsert_row2` ?

  7. lovetox

    upsert_row returns always a pk, even if no update did happen, then it search for the existing pk and returns it

  8. lovetox

    at the cost of slower operation

  9. lovetox

    upsert_row2 does only return a pk if a update happend

  10. meson

    Thanks!

  11. lovetox

    also upsert_row2 depends currently that there is a timestamp column

  12. lovetox

    what are you trying to store?

  13. meson

    Media browser: I want to update all messages with a valid oob by adding a filetransfer entry

  14. meson

    Ah, I think I got it wrong

  15. lovetox

    yeah you dont need a upsert for that

    👍 1
  16. lovetox

    and this would be more like migration stuff, you dont need to use the storage methods

    👍 1