enso/project/src/main/scala/licenses
James Dunkerley eeaddbc434
Add parser for line by line processing (#8719)
- Linting fixes and groups.
- Add `File.from that:Text` and use `File` conversions instead of taking both `File` and `Text` and calling `File.new`.
- Align Unix Epoc with the UTC timezone and add converting from long value to `Date_Time` using it.
- Add simple first logging API allowing writing to log messages from Enso.
- Fix minor style issue where a test type had a empty constructor.
- Added a `long` based array builder.
- Added `File_By_Line` to read a file line by line.
- Added "fast" JSON parser based off Jackson.
- Altered range `to_vector` to be a proxy Vector.
- Added `at` and `get` to `Database.Column`.
- Added `get` to `Table.Column`.
- Added ability to expand `Vector`, `Array` `Range`, `Date_Range` to columns.
- Altered so `expand_to_column` default column name will be the same as the input column (i.e. no `Value` suffix).
- Added ability to expand `Map`, `JS_Object` and `Jackson_Object` to rows with two columns coming out (and extra key column).
-  Fixed bug where couldn't use integer index to expand to rows.
2024-02-01 07:29:50 +00:00
..
backend Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
frontend Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00
report Make reading the license files case insensitive. (#7725) 2023-09-20 23:17:06 +02:00
Attachment.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00
DependencyInformation.scala Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00
DependencySummary.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00
DistributionDescription.scala Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00
FilesHelper.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00
PortablePath.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00