enso/distribution/lib/Standard
James Dunkerley 0350762386
Add replace, trim to Column. Better number parsing. (#6253)
- Add `replace` with same syntax as on `Text` to an in-memory `Column`.
- Add `trim` with same syntax as on `Text` to an in-memory `Column`.
- Add `trim` to in-database `Column`.
- Added `is_supported` to dialects and exposed the dialect consistently on the `Connection`.
- Add `write_table` support to `JSON_File` allowing `Table.write` to write JSON.
- Updated the parsing for integers and decimals:
- Support for currency symbols.
- Support for brackets for negative numbers.
- Automatic detection of decimal points and thousand separators.
- Tighter rules for scientific and thousand separated numbers.
- Remove `replace_text` from `Table`.
- Remove `write_json` from `Table`.
2023-04-20 16:04:59 +00:00
..
Base/0.0.0-dev Add replace, trim to Column. Better number parsing. (#6253) 2023-04-20 16:04:59 +00:00
Database/0.0.0-dev Add replace, trim to Column. Better number parsing. (#6253) 2023-04-20 16:04:59 +00:00
Examples/0.0.0-dev Remove old (Java) Regex library and replace with new (Truffle) library. (#6195) 2023-04-04 19:58:26 +00:00
Geo/0.0.0-dev Fix up some type signatures... (#5979) 2023-03-17 11:53:23 +00:00
Google_Api/0.0.0-dev New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
Image/0.0.0-dev Add PRIVATE so function hidden from Component Browser and other tidying... (#6207) 2023-04-05 17:54:06 +00:00
Searcher/0.0.0-dev Detect conflicts between exported types and FQNs (#5986) 2023-03-21 21:09:41 +00:00
Table/0.0.0-dev Add replace, trim to Column. Better number parsing. (#6253) 2023-04-20 16:04:59 +00:00
Test/0.0.0-dev sort handles incomparable values (#5998) 2023-04-16 16:40:12 +02:00
Visualization/0.0.0-dev Add PRIVATE so function hidden from Component Browser and other tidying... (#6207) 2023-04-05 17:54:06 +00:00