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
Currently, Corteza supports time precision only up to the second mark but saves the timestamp field up to the milliseconds mark (Postgres). This limitation causes a sorting issue when sorting fields with timestamps such as created_at, especially when multiple records have the same timestamp up to the second mark but differ by milliseconds.
This inconsistency affects in pagination and record list count on sort(ASC/DESC).
The text was updated successfully, but these errors were encountered:
Currently, Corteza supports time precision only up to the second mark but saves the timestamp field up to the milliseconds mark (Postgres). This limitation causes a sorting issue when sorting fields with timestamps such as
created_at
, especially when multiple records have the same timestamp up to the second mark but differ by milliseconds.This inconsistency affects in pagination and record list count on sort(ASC/DESC).
The text was updated successfully, but these errors were encountered: