enso/distribution/lib/Standard/Table/0.0.0-dev
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
..
src 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
THIRD-PARTY Always log to console and file (#7825) 2023-09-26 11:32:04 +02:00
package.yaml Add GROUP to functions (#7622) 2023-08-23 13:20:38 +00:00