jorgecsilva Hi, in my case, calling instance.get_login_id() inside a function that acts as a trigger, returns null when produced by an api call. Any idea, please? Thanks!
jorgecsilva HI Gabriel, I added tx.Exec(ctx, SELECT SET_CONFIG('r3.login_id',$1,TRUE), strconv.FormatInt(loginId, 10)) to the transaction
gabriel This would mean that we overlooked setting the login ID in the SQL transaction when being called from the API handler. I´ll have a look for the next patch release. Thank you very much.