enso/std-bits
Radosław Waśko 3fd14642d9
Fix upload/delete transactions in Snowflake backend (#10738)
Fixes #10609 by rewriting all our upload-related operations to rely on `DDL_Transaction` - an abstraction that handles 'transactionality' of `CREATE TABLE` statements dependent on if a given backend allows DDLs within transactions or not (if not it emulates transactionality by creating the tables outside of transaction and then dropping them on rollback).
2024-08-06 08:14:44 +00:00
..
aws/src/main/java/org/enso/aws Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
base/src/main/java/org/enso/base Enforce conversion method return type & introduce Comparable.new (#10468) 2024-07-11 06:58:51 +02:00
benchmarks/src/main/java/org/enso/benchmarks/libs Detect compilation while benchmarking (#10574) 2024-07-18 15:49:16 +00:00
database/src/main/java/org/enso/database Fix upload/delete transactions in Snowflake backend (#10738) 2024-08-06 08:14:44 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Update java formatter sbt plugin (#8543) 2023-12-15 14:45:23 +00:00
microsoft/src/main/java/org/enso/microsoft Add Initial SQL Server support (#10624) 2024-07-30 11:13:08 +01:00
snowflake/src/main/java/org/enso/snowflake Snowflake Dialect pt. 4 - reading a column of small integers as Integer type, other type mapping tests (#10518) 2024-07-11 20:14:46 +00:00
table/src/main Implement in-memory and database mixed decimal column comparisons (#10614) 2024-07-25 21:27:19 +00:00