Export to GitHub

aseisql - issue #91

The execution doesn't end when a numeric value is returned in exponential format. Only on Win7


Posted on Oct 25, 2013 by Happy Ox

What steps will reproduce the problem? 1. Execute this: select -1.2218952178955078e-006 2. The toolbar will showing 'Executing...' forever. And I can't stop the execution.

What is the expected output? What do you see instead? I expect the execution can be completed.

What version of the product are you using? On what operating system? 2007-11-19 (YMD). Win 7. I don't see this problem in WinXP.

Please provide any additional information below. Casting it to string will work: select str(-1.2218952178955078e-006, 20, 20).

Status: New

Labels:
Type-Defect Priority-Medium