Changeset: 9be2634bc4c3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9be2634bc4c3 Modified Files: sql/backends/monet5/datacell/50_datacell.mal Branch: default Log Message:
first load the datacell library diffs (11 lines): diff --git a/sql/backends/monet5/datacell/50_datacell.mal b/sql/backends/monet5/datacell/50_datacell.mal --- a/sql/backends/monet5/datacell/50_datacell.mal +++ b/sql/backends/monet5/datacell/50_datacell.mal @@ -16,6 +16,7 @@ # All Rights Reserved. # This loads the MonetDB/SQL module +library datacell; include basket; include receptor; include emitter; _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
