Menu

Version 1.4.2 Released

Version 1.4.2 is a bug release.

  • Fixed parsing of SQL Found with F10/F11. The division operator ('/')
    was mistaken for the end-of-the-statement marker. The ODBCQuerytool now can
    correctly parse SQL scripts like:

SELECT (field_b - field_a) / field_c
FROM table
/
SELECT (field_b - field_a) / field_c
FROM table
;
SELECT {fn DATE() } FROM dual
/

As a result to this: ANY / marker at the first position will be seen as an
end-of-the-statement marker. So a 'real' calculation with the division
operator must not have the division operator in the first text column!
Thanks to: Ibo Boekestijn, Manfred Baumann

  • NULL values are exported as '0' rather than an empty string, whil exporting to
    an Excel spreadsheet. This is corrected. Numbers and dates are exported as empty
    strings when NULL.
    Thanks to: Jerrad Pierce
Posted by Edo Huisman 2016-06-13

Log in to post a comment.

MongoDB Logo MongoDB