mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 08:52:58 +03:00
3fd14642d9
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). |
||
---|---|---|
.. | ||
data | ||
src | ||
package.yaml |