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
When creating new invoices, we truncate the Date to remove the timestamp resulting in all new invoices to have an identical value in our SQL database
When the invoices are then fetched, ordered, and limited to be displayed in a table, SQL does not have enough data to guarantee a unique ordering
The text was updated successfully, but these errors were encountered:
esadler44
changed the title
Chapter 12: Fix non-deterministic invoice fetches
Chapter 12: SQL pagination of invoices is non-deterministic and doesn't show all invoices
Dec 28, 2023
When creating new invoices, we truncate the Date to remove the timestamp resulting in all new invoices to have an identical value in our SQL database
When the invoices are then fetched, ordered, and limited to be displayed in a table, SQL does not have enough data to guarantee a unique ordering
The text was updated successfully, but these errors were encountered: