Closed cweinberger closed 4 years ago
Fixes #152
Fixes an issue with upserts, where createdAt and updatedAt are not updated properly but set to NULL instead.
createdAt
updatedAt
NULL
Sources/FluentMySQL/Fluent+MySQLUpsert.swift
createdAtKey
Closing this in favor of native Fluent support for upserts https://github.com/vapor/fluent-kit/issues/50
Fixes #152
Fixes an issue with upserts, where
createdAt
andupdatedAt
are not updated properly but set toNULL
instead.Sources/FluentMySQL/Fluent+MySQLUpsert.swift
: how can I check for the actual name of the property set via Keypath (createdAtKey
)? https://github.com/vapor/fluent-mysql-driver/pull/153/files#r349925550