ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/testsuite/FB4reference.log
(Generate patch)

Comparing ibx/trunk/fbintf/testsuite/FB4reference.log (file contents):
Revision 353 by tony, Sat Oct 23 14:11:37 2021 UTC vs.
Revision 356 by tony, Sun Oct 24 14:00:52 2021 UTC

# Line 4571 | Line 4571 | Test Completed Successfully
4571  
4572   ------------------------------------------------------
4573   Running Test 21: Exercise setting and getting of numeric data types
4574 + 1234.567 parsed to 1234567 scale = -3
4575 + As Float =  1.2345670000000000E+003
4576 + -765.4321 parsed to -7654321 scale = -4
4577 + As Float = -7.6543209999999999E+002
4578 + 0.1 parsed to 1 scale = -1
4579 + As Float =  1.0000000000000001E-001
4580 + 0.01 parsed to 1 scale = -2
4581 + As Float =  1.0000000000000000E-002
4582 + +123 parsed to 123 scale = 0
4583 + As Float =  1.2300000000000000E+002
4584 + 1.23456E308 parsed to 123456 scale = 303
4585 + As Float =  1.2345600000000001E+308
4586 + -1.2e-02 parsed to -12 scale = -3
4587 + As Float = -1.2000000000000000E-002
4588 + 10. parsed to 10 scale = 0
4589 + As Float =  1.0000000000000000E+001
4590 + .12 parsed to 12 scale = -2
4591 + As Float =  1.2000000000000000E-001
4592 + 0.12 parsed to 12 scale = -2
4593 + As Float =  1.2000000000000000E-001
4594 + Parsing of 1.2E1.2 failed
4595 + Parsing of 1,000 failed
4596 + Parsing of 1e1e1 failed
4597 + Parsing of 1.2+3 failed
4598   SQL Params
4599   SQLType =SQL_LONG
4600   sub type = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines