You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving column with a date or when using @CreateDateColumn or @UpdateDateColumn, it saves in this format: 2017-1-8 00:57:4 and sqlite doesn't like that (DATETIME('2017-1-8 00:57:4') returns null). Not sure how about other databases.
TypeORM: v0.0.6
NodeJS: v7.2.0
The text was updated successfully, but these errors were encountered:
because resolving all conflicts and removing moment by reimplementing everything could take a lot of time I made a quick fix by myself. Can you please try it in 0.0.7-alpha.10?
Really appreciate what you did in your PR btw, sorry that its merging has delayed.
When saving column with a date or when using
@CreateDateColumn
or@UpdateDateColumn
, it saves in this format:2017-1-8 00:57:4
and sqlite doesn't like that (DATETIME('2017-1-8 00:57:4')
returns null). Not sure how about other databases.TypeORM: v0.0.6
NodeJS: v7.2.0
The text was updated successfully, but these errors were encountered: