Changeset: e83ac5878dbe for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e83ac5878dbe Modified Files: sql/ChangeLog Branch: sch_rename_more_permissive Log Message:
Add ChangeLog entry diffs (16 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Wed Apr 10 2024 Lucas Pereira <[email protected]> +- Schema renaming is more permissive. If schema does not contain objects + that are a dependency then schema renaming is allowed. If schema + containects that are dependencies, these are shown in system table + `dependencies` and schema renaming is not possible. + * Tue Apr 8 2024 Joeri van Ruth <[email protected]> - Add a DECIMAL AS clause to COPY INTO that configures the decimal separator and thousands separator for decimals, temporal types and floats. _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
