enso/distribution/lib/Standard
James Dunkerley b2aeb9fc84
Moving away from Integer | Nothing to Rows_To_Read for limiting number of rows. (#9925)
- Added a new `Rows_To_Read` type with conversions from `Nothing` and integers.
- Updated `read` on `Table`, `Column`, `DB_Table` and `DB_Column`.
- Updated `Delimited_Format.Delimited` to use `Rows_To_Read` for `row_limit`.
- Updated `Excel_Format.Sheet` and `Excel_Format.Range` to use `Rows_To_Read` for `row_limit`.
- Updated `Excel_Workbook.read` to use `Rows_To_Read`.
- Updated `Connection.read` (in all connection types) to use `Rows_To_Read`.

![image](https://github.com/enso-org/enso/assets/4699705/553c027f-f4c3-4855-9f51-2c4bcaec48a0)

![image](https://github.com/enso-org/enso/assets/4699705/a06c3912-77e0-4c10-abb8-73aed667458d)
2024-05-14 16:31:26 +00:00
..
AWS/0.0.0-dev Fix copy_to/move_to edge case when source and target are the same (#9798) 2024-04-29 12:29:07 +00:00
Base/0.0.0-dev Audit Logs for Postgres connections opened through a data link (#9873) 2024-05-11 08:54:33 +00:00
Database/0.0.0-dev Moving away from Integer | Nothing to Rows_To_Read for limiting number of rows. (#9925) 2024-05-14 16:31:26 +00:00
Examples/0.0.0-dev Make data-links behave more like 'symlinks' (#9485) 2024-03-22 17:01:54 +00:00
Geo/0.0.0-dev Export works without import (#9683) 2024-04-12 14:23:34 +02:00
Google_Api/0.0.0-dev Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00
Image/0.0.0-dev Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
Searcher/0.0.0-dev Apply ICONs and other tweaks. (#9552) 2024-03-26 19:44:06 +00:00
Snowflake/0.0.0-dev Moving away from Integer | Nothing to Rows_To_Read for limiting number of rows. (#9925) 2024-05-14 16:31:26 +00:00
Table/0.0.0-dev Moving away from Integer | Nothing to Rows_To_Read for limiting number of rows. (#9925) 2024-05-14 16:31:26 +00:00
Test/0.0.0-dev Convert most remaining uses of Vector.new_builder to Vector.build (#9891) 2024-05-09 15:52:53 +00:00
Visualization/0.0.0-dev Moving away from Integer | Nothing to Rows_To_Read for limiting number of rows. (#9925) 2024-05-14 16:31:26 +00:00