enso/distribution/lib/Standard/Database/0.0.0-dev
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
..
data Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
src Add replace, trim to Column. Better number parsing. (#6253) 2023-04-20 16:04:59 +00:00
THIRD-PARTY Batch insert suggestions (#6189) 2023-04-06 07:47:23 +00:00
package.yaml Removing old functions and tidy up of Table types (#3519) 2022-06-14 13:37:20 +00:00