enso/test/Tests/src
Radosław Waśko 2ce1567384
Limit max_rows that are downloaded in Table.read by default, and warn if more rows are available (#8159)
- Sets the default limit for `Table.read` in Database to be max 1000 rows.
- The limit for in-memory compatible API still defaults to `Nothing`.
- Adds a warning if there are more rows than limit.
- Enables a few unrelated asserts.
2023-11-06 16:41:47 +00:00
..
Data Limit max_rows that are downloaded in Table.read by default, and warn if more rows are available (#8159) 2023-11-06 16:41:47 +00:00
Network Using conversions in a few places (#7859) 2023-10-02 14:54:22 +00:00
Runtime Add special handling for Dataflow_Error passed to Runtime.assert (#8168) 2023-10-27 17:22:15 +00:00
Semantic Overhaul the random number and item generation code (#8127) 2023-10-31 15:25:37 +00:00
System Basic XML support (#7947) 2023-10-06 17:52:19 +00:00
Main.enso Overhaul the random number and item generation code (#8127) 2023-10-31 15:25:37 +00:00
Random_Spec.enso Overhaul the random number and item generation code (#8127) 2023-10-31 15:25:37 +00:00