Skip to content

Commit

Permalink
Update src/current/_includes/releases/v25.1/v25.1.0-rc.1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeCRL authored Feb 7, 2025
1 parent de8fde4 commit 278bf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/current/_includes/releases/v25.1/v25.1.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Release Date: February 10, 2025

This change is being made because CockroachDB does not have full support for multiple schema changes in a transaction, as described [here]({% link v25.1/online-schema-changes.md %}#schema-changes-within-transactions).

Users who do not desire the autocommit behavior can preserve the old behavior by changing the default value of `autocommit_before_ddl` with a command such as
Users who do not desire the autocommit behavior can preserve the old behavior by changing the default value of `autocommit_before_ddl` with a command such as:

``` ALTER ROLE ALL SET autocommit_before_ddl = false; ```

Expand Down

0 comments on commit 278bf16

Please sign in to comment.