enso/test/AWS_Tests/src
James Dunkerley e262801daa
Restructure Standard.Table. (#9559)
Move the types from `Standard.Table.Data` to `Standard.Table`.

Exceptions:
- `Standard.Table.Data.Report_Unmatched` => `Standard.Table.Constants`.
- `Standard.Table.Data.Join_Kind_Cross` => `Standard.Table.Internal.Join_Kind_Cross`.
Also removed constructor as an atom type.
- `Standard.Table.Extensions.Table_Ref` => `Standard.Table.Internal.Table_Ref`.
- `Standard.Table.Data.Type.Value_Type_Helpers` => `Standard.Table.Internal.Value_Type_Helpers`.
- `Standard.Table.Data.Type.Enso_Types` => `Standard.Table.Internal.Value_Type_Helpers`.
- `Standard.Table.Data.Type.Storage` => `Standard.Table.Internal.Storage`.

Changed all `Standard.Table` imports inside project to be project.
Favoured importing from `Standard.Table.Main` in `Standard.Database`.
Also fixed some linting in Enso_File.
2024-03-27 17:10:43 +00:00
..
Credentials_Spec.enso Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
Inter_Backend_File_Operations_Spec.enso Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
Main.enso Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
S3_Spec.enso Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00