Skip to content

Commit

Permalink
fix: spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Dec 26, 2024
1 parent 5aad67c commit f636312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ prisma.$queryRaw`SELECT CURRENT_TIME;`

### Why this is a problem

The `CURRENT_TIME` keyword returns only the time (e.g., 14:30:00) without a date, making it unsuitable for tasks like logging or timestamping that require precise event tracking. It returns a value of type `timetz`, which was added for SQL standard compatibility but is generally discouraged.
The `CURRENT_TIME` keyword returns only the time (e.g., 14:30:00) without a date, making it unsuitable for tasks like logging or generating timestamps that require precise event tracking. It returns a value of type `timetz`, which was added for SQL standard compatibility but is generally discouraged.

0 comments on commit f636312

Please sign in to comment.