Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Special timestamp column decorators for postgres #70

Closed
samchon opened this issue Aug 25, 2022 · 0 comments
Closed

Special timestamp column decorators for postgres #70

samchon opened this issue Aug 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@samchon
Copy link
Owner

samchon commented Aug 25, 2022

When defining datetime column, time zone is very important when considering global service. However, default datetime columns like CreateDateColumn or DeleteDateColumn of typeorm does not archive the time zone when using postgres database. Furthermore, typeorm does not archive milliseconds.

I think it's a critical mistake of typeorm, but they think it's not a bug but spec.

Therefore, let safe-typeorm to support custom creation timestamp columns which support time zone and milliseconds.

@samchon samchon added the enhancement New feature or request label Aug 25, 2022
@samchon samchon self-assigned this Aug 25, 2022
samchon added a commit that referenced this issue Aug 26, 2022
Close #70, `timestamp` columns for `postgres`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant