-
bot
lovetox pushed 1 commits to branch python-nbxmpp/master cq: Dataforms: Add type anotations - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/420f8b9f9bee3adbe90598c8d9cd71cce0396576
-
SAM
I CAN GO TO INBOX
-
SAM
HOW ?
-
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!
-
cal0pteryx
SAM, this is a Gajim support channel. It's unclear what you want. Please stop yelling
-
meson
When do you want to use `upsert_row` and when `upsert_row2` ?
-
lovetox
upsert_row returns always a pk, even if no update did happen, then it search for the existing pk and returns it
-
lovetox
at the cost of slower operation
-
lovetox
upsert_row2 does only return a pk if a update happend
-
meson
Thanks!
-
lovetox
also upsert_row2 depends currently that there is a timestamp column
-
lovetox
what are you trying to store?
-
meson
Media browser: I want to update all messages with a valid oob by adding a filetransfer entry
-
meson
Ah, I think I got it wrong
-
lovetox
yeah you dont need a upsert for that
👍 1 -
lovetox
and this would be more like migration stuff, you dont need to use the storage methods
👍 1