Jan Scheurer

Results 6 comments of Jan Scheurer

You can always reopen it when the next XSS attack reeks havoc :P Am So., 1. Dez. 2019 um 01:01 Uhr schrieb Esa Juhani Ruoho < [email protected]>: > should this...

I did some more digging and in fact [RFC 7230](https://datatracker.ietf.org/doc/html/rfc7230#section-3.3.2) specifies the following: > Transfer-Encoding MAY be sent in a response to a HEAD request or in a 304 (Not...

I seem to experience the issue in the original post, I tried (temporarily) downgrading but 1.0.0 doesn't work for me either (auth works but publish results in a timeout). Docker...

Looking to get feedback / approval for this bug before I put time into it.

I did some digging and found that the `createdAt` timestamp is explicitly removed / omitted from the `updateOnDuplicate` array, see: https://github.com/sequelize/sequelize/blob/6aba3826d604a3ba638260bf9437775c59d53144/src/model.js#L2706 This change was introduced with commit 0ce88c47880ba90372becf70d0ac5afaddbadc0f. Initially `updateOnDuplicate`...

I came to realize that timestamps have a few more special cases, i.e. one can also not simply "touch" an instance via `myInstance.update({ updatedAt: new Date() })` which I find...