enso/distribution/lib/Standard/AWS/0.0.0-dev
Radosław Waśko 79011bd550
Implement Table.lookup_and_replace in Database (#8146)
- Closes #7981
- Adds a `RUNTIME_ERROR` operation into the DB dialect, that may be used to 'crash' a query if a condition is met - used to validate if `lookup_and_replace` invariants are still satisfied when the query is materialized.
- Removes old `Table_Helpers.is_table` and `same_backend` checks, in favour of the new way of checking this that relies on `Table.from` conversions, and is much simpler to use and also more robust.
2023-10-31 15:19:55 +00:00
..
src Implement Table.lookup_and_replace in Database (#8146) 2023-10-31 15:19:55 +00:00
THIRD-PARTY First part of AWS S3 API, various small fixes. (#6973) 2023-06-15 16:20:13 +00:00
package.yaml Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00