Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@Column("timestamp") always updated when using repository.save #957

Closed
Malouda opened this issue Jun 3, 2021 · 3 comments
Closed

@Column("timestamp") always updated when using repository.save #957

Malouda opened this issue Jun 3, 2021 · 3 comments
Labels

Comments

@Malouda
Copy link

Malouda commented Jun 3, 2021

Version of FoalTS:
2.4.0

   @Column({ type: "timestamp"})
    expiry!:Date

I know this is a typeorm issue, but it got resolved #4769 but it still exists when i try to use in foalts it still exists
reference typeorm/typeorm#5018

@Malouda Malouda added the bug label Jun 3, 2021
@LoicPoullain
Copy link
Member

What version of typeorm do you have in your package.json?

@Malouda
Copy link
Author

Malouda commented Jun 3, 2021

Typeorm version "typeorm": "^0.2.33"

@LoicPoullain
Copy link
Member

I'm afraid I won't be of much help on this. It's a TypeORM-specific issue and it's not related to how the framework works. Maybe you could find help on TypeORM slack https://typeorm.slack.com/join/shared_invite/zt-gej3gc00-hR~L~DqGUJ7qOpGy4SSq3g#/shared-invite/email?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants