Changeset: 09b98022e698 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=09b98022e698
Modified Files:
        sql/backends/monet5/sql_upgrades.c
Branch: default
Log Message:

Fixed upgrades


diffs (14 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
@@ -2968,8 +2968,8 @@ sql_update_default(Client c, mvc *sql, c
 
                        /* SQL functions without backend implementations */
                        pos += snprintf(buf + pos, bufsize - pos,
-                                       "DROP FUNCTION 
\"sys\".\"getContent\"(url);\n"
-                                       "DROP FUNCTION 
\"json\".\"output\"(json);\n");
+                                       "DROP FUNCTION 
\"sys\".\"getcontent\"(url);\n"
+                                       "DROP AGGREGATE 
\"json\".\"output\"(json);\n");
 
                        pos += snprintf(buf + pos, bufsize - pos, "set schema 
\"%s\";\n", prev_schema);
                        assert(pos < bufsize);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to