Changeset: 544925878b7b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/544925878b7b Modified Files: sql/ChangeLog Branch: default Log Message:
Update changelog on new sys.generate_series(first date, "limit" date, stepsize interval month/day) functions diffs (15 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Mon May 13 2024 Niels Nes <[email protected]> +- Extended sys.generate_series() to generate dates. Added 2 new functions: + sys.generate_series(first date, "limit" date, stepsize interval month) + sys.generate_series(first date, "limit" date, stepsize interval day) + * Thu May 2 2024 Martin van Dinther <[email protected]> - Removed the obsolete ANALYZE statement syntax options: SAMPLE nn and MINMAX. Both options have been ignored since release Jan2022. Now they _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
