Changeset: 15014ef49cdf for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/15014ef49cdf
Modified Files:
sql/backends/monet5/sql_bincopyfrom.c
Branch: copyintobinary
Log Message:
Implement COPY INTO BINARY ON CLIENT
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_bincopyfrom.c
b/sql/backends/monet5/sql_bincopyfrom.c
--- a/sql/backends/monet5/sql_bincopyfrom.c
+++ b/sql/backends/monet5/sql_bincopyfrom.c
@@ -410,7 +410,7 @@ export_column(backend *be, BAT *b, bool
if (onclient) {
(void)be;
- assert(0 && "on client not implemented yet");
+ s = mapi_request_download(filename, true, be->mvc->scanner.rs,
be->mvc->scanner.ws);
} else {
s = open_wstream(filename);
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]