Quentin
Quentin
I solved it by using Object.assign().
Hi @pleerock I have a mssql config with: `@Column({ name: 'effectiveDate', type: 'datetime' }) effectiveDate: Date;` Yet it does return a string. What am I missing? :-)
I created a repo with NestJS to reproduce the behaviour. The issue comes when I save an object to the DB and look at the object that is returned by...
Can you please point me where these tests are?
Follow-up question: Is there a way to receive a string instead of a date object when using datetime?