luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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).

Original issue reported on code.google.com by jasonchi...@gmail.com on 25 Oct 2013 at 1:47