Implemented the INSERT command.
[pspp-builds.git] / src / ui / gui / helper.c
index 6259965aaf3abfdd168b30ca569471f5d0f5126a..1ca0df3e48dfd476fd33c1b5132c240774e50319 100644 (file)
@@ -178,7 +178,7 @@ execute_syntax (struct getl_interface *sss)
 
   lexer = lex_create (the_source_stream);
 
-  getl_append_source (the_source_stream, sss);
+  getl_append_source (the_source_stream, sss, GETL_BATCH, ERRMODE_CONTINUE);
 
   for (;;)
     {