enso/distribution/lib/Standard
James Dunkerley c0fd6eed2d
Small tweaks from Ned, Mark, Cass and Steve's feedback. (#9859)
- Rename `.info` to `.column_info`.
- Rename `.select_by_type` to `.select_columns_by_type`. (to be merged into `select_columns` functionality)
- Rename `.remove_by_type` to `.remove_columns_by_type`. (to be merged into `remove_columns` functionality)
- Adding "field" `ALIAS`es.
- Making `Table.Value` private (and hence hiding `java_table`).
- Making `Column.Value` private (and hence hiding `java_column`, added method to `Storage` to allow tests to work).
- Making `DB_Table.Value` private (and hence hiding `connection`, `context` and `internal_columns`).
- Making `DB_Column.Value` private (and hence hiding `connection`, `sql_type_reference`, `expression` and `context`).
- Add widgets for everywhere `Filter_Condition` used (fix missing entry for lower, can't use auto-scoping).
![image](https://github.com/enso-org/enso/assets/4699705/bad7d5c8-cd01-4384-a1c8-dbcd7a5ad92b)
- Fix for widgets in `Simple_Calculation`: `date_add` and `format`.
![image](https://github.com/enso-org/enso/assets/4699705/14eeef2e-5069-4a88-8b68-eb675497addf)
![image](https://github.com/enso-org/enso/assets/4699705/75d4e097-f171-4bf6-a27e-f9d396c44a92)
- Fix for nested `Row`, `Column` and `DB_Column` rendering in Table Viz.
![image](https://github.com/enso-org/enso/assets/4699705/8c50c519-7c34-4228-bab7-be938a6ce1bf)
![image](https://github.com/enso-org/enso/assets/4699705/c83ad301-f31e-451d-a8be-b022e1456b4e)

# Important Notes
- Can't use `.` to access a private constructor field when mapping, have to use a lambda.
- We should agree convention for private backing fields which are wrapped by a public getter (went with `internal_` for this pass).
2024-05-06 13:49:12 +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 Small tweaks from Ned, Mark, Cass and Steve's feedback. (#9859) 2024-05-06 13:49:12 +00:00
Database/0.0.0-dev Small tweaks from Ned, Mark, Cass and Steve's feedback. (#9859) 2024-05-06 13:49:12 +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 Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
Table/0.0.0-dev Small tweaks from Ned, Mark, Cass and Steve's feedback. (#9859) 2024-05-06 13:49:12 +00:00
Test/0.0.0-dev Restructure SQLite_Details. (#9832) 2024-05-01 22:15:41 +00:00
Visualization/0.0.0-dev Small tweaks from Ned, Mark, Cass and Steve's feedback. (#9859) 2024-05-06 13:49:12 +00:00