enso/distribution/lib/Standard/Database/0.0.0-dev
James Dunkerley fa6fccb99e
Refactoring Table.set for GUI2 and other GUI fixes (#9128)
- Added `regex` function to `Standard.Base` as a way to easily and cleanly make regular expressions.
- Added `expr` and `Expression.Value` to distinguish expressions from text values.
- Fixed issues with `Table.join` widget so dropdown exists.
- Needed fully qualified name.
- Added default empty text values for right column to provided text input boxes.
- Deprecate `Table.filter_by_expression` and allow `Table.filter` to take an `Expression`.
- Added `Simple_Expression` and deprecated `Column_Operation`. Changes the order so takes a column then a calculation.
- Rename `column` to `value` and `new_name` to `as` on `Table.set`.
- Rename `name_column` to `names` on `Table.cross_tab`.
- Removed `Column_Ref.Expression` in favour of using `Expression.Value`.
2024-02-21 23:51:41 +00:00
..
data Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
src Refactoring Table.set for GUI2 and other GUI fixes (#9128) 2024-02-21 23:51:41 +00:00
THIRD-PARTY Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
package.yaml Add GROUP to functions (#7622) 2023-08-23 13:20:38 +00:00