dave08
12/08/2022, 12:20 PMToshihiro Nakamura
12/08/2022, 2:43 PMval updatedAddress = db.runQuery { QueryDsl.update(a).single(newAddress) }
However, the record does not include updates on the database side.Toshihiro Nakamura
12/08/2022, 2:44 PMdave08
12/08/2022, 2:47 PMset { }
version, I'd suppose that even more so... (that's the one I'm using...). the single()
version only updates what changed, or all the fields?Toshihiro Nakamura
12/08/2022, 2:56 PMset {}
version does not return new records. The single()
version updates all the fields.dave08
12/08/2022, 2:58 PM