Release Notes 2024

RSS-feed
Browse fixes, features, and improvements by label.

Fix: Invalid AsDate values now return null fix

Fix: date fields suffixed with AsDate return null if the date is invalid, instead of throwing an error. The situation can arrive when an invalid date was set in the system (a feature used in some limited scenarios). The actual date can still be fetched using the column field of type Int.

Faster pagination with hasNextPage

Performance improvement for pagination when hasNextPage is requested. For tables of tens of millions of records, the execution time is reduced with 20-25 seconds.