vapor / fluent-mysql-driver

🖋🐬 Swift ORM (queries, models, relations, etc) built on MySQL.
MIT License
77 stars 52 forks source link

Fixes `createdAt` / `updatedAt` for upserts #153

Closed cweinberger closed 4 years ago

cweinberger commented 4 years ago

Fixes #152

Fixes an issue with upserts, where createdAt and updatedAt are not updated properly but set to NULL instead.

tanner0101 commented 4 years ago

Closing this in favor of native Fluent support for upserts https://github.com/vapor/fluent-kit/issues/50