Changeset: b48cfee4bf27 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b48cfee4bf27
Modified Files:
        sql/backends/monet5/vaults/bam/bam_export.c
Branch: Aug2018
Log Message:

BAM export is not a priority.


diffs (12 lines):

diff --git a/sql/backends/monet5/vaults/bam/bam_export.c 
b/sql/backends/monet5/vaults/bam/bam_export.c
--- a/sql/backends/monet5/vaults/bam/bam_export.c
+++ b/sql/backends/monet5/vaults/bam/bam_export.c
@@ -466,7 +466,7 @@ bam_exportf(Client cntxt, MalBlkPtr mb, 
        (void) stk;
        (void) pci;
 
-       throw(MAL, "bam_export", SQLSTATE(0A000) "Exporting to BAM files is not 
implemented yet. This is our first priority for the next release of the BAM 
library.");
+       throw(MAL, "bam_export", SQLSTATE(0A000) PROGRAM_NYI);
 #else
        /* arg 1: path to desired output file */
        str output_path = *getArgReference_str(stk, pci, pci->retc);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to