If I create a new script file containing some SQL queries, e.g. :
select 123
go
then run it in batch mode using runfluidscript.sh , I get this output:
Script error on line 1:
null <-- unexpected NPE
123
------
123
1 record(s) selected [Fetch MetaData: 119ms] [Fetch Data: 162ms]
which means that the query is successfully executed, but I also get the NPE. I have too many regression tests failing because of this unexpected error.
This script file was run against a MySQL connection, but probably this is not relevant and the NPE is caused by the parser etc.
This was causes by Ivan's addition to the ShellEditor toolbar for the sql buffer line count
This was causes by Ivan's addition to the ShellEditor toolbar for the sql buffer line count
Issue #6849 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build rc-75 |
No time estimate |
This script file was run against a MySQL connection, but probably this is not relevant and the NPE is caused by the parser etc.