Changeset: cb2a6a9c2dd9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/cb2a6a9c2dd9 Modified Files: sql/backends/monet5/sql_upgrades.c Branch: ts_and_tz_to_str_fix Log Message:
Missing newline at the end of upgrade stmt. diffs (12 lines): diff --git a/sql/backends/monet5/sql_upgrades.c b/sql/backends/monet5/sql_upgrades.c --- a/sql/backends/monet5/sql_upgrades.c +++ b/sql/backends/monet5/sql_upgrades.c @@ -5766,7 +5766,7 @@ sql_update_jun2023(Client c, mvc *sql, s sql->session->status = 0; sql->errstr[0] = '\0'; pos = snprintf(buf, bufsize, - "DROP FUNCTION \"timestamp_to_str\" CASCADE;" + "DROP FUNCTION \"timestamp_to_str\" CASCADE;\n" "CREATE FUNCTION \"timestamp_to_str\"(d TIMESTAMP, format STRING) RETURNS STRING " "EXTERNAL NAME mtime.\"timestamp_to_str\";\n" "CREATE FUNCTION \"timestamp_to_str\"(d TIMESTAMP WITH TIME ZONE, format STRING) RETURNS STRING " _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org