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

Comparing ibx/trunk/fbintf/testsuite/FB3reference.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 2928 | Line 2928 | Local Backup
2928  
2929  
2930  
2931
2931   Local Backup Complete
2932  
2933   Local Restore
# Line 3356 | Line 3355 | Skipping test for Firebird 4 and later
3355  
3356   ------------------------------------------------------
3357   Running Test 21: Exercise setting and getting of numeric data types
3358 + 1234.567 parsed to 1234567 scale = -3
3359 + As Float =  1.2345670000000000E+003
3360 + -765.4321 parsed to -7654321 scale = -4
3361 + As Float = -7.6543209999999999E+002
3362 + 0.1 parsed to 1 scale = -1
3363 + As Float =  1.0000000000000001E-001
3364 + 0.01 parsed to 1 scale = -2
3365 + As Float =  1.0000000000000000E-002
3366 + +123 parsed to 123 scale = 0
3367 + As Float =  1.2300000000000000E+002
3368 + 1.23456E308 parsed to 123456 scale = 303
3369 + As Float =  1.2345600000000001E+308
3370 + -1.2e-02 parsed to -12 scale = -3
3371 + As Float = -1.2000000000000000E-002
3372 + 10. parsed to 10 scale = 0
3373 + As Float =  1.0000000000000000E+001
3374 + .12 parsed to 12 scale = -2
3375 + As Float =  1.2000000000000000E-001
3376 + 0.12 parsed to 12 scale = -2
3377 + As Float =  1.2000000000000000E-001
3378 + Parsing of 1.2E1.2 failed
3379 + Parsing of 1,000 failed
3380 + Parsing of 1e1e1 failed
3381 + Parsing of 1.2+3 failed
3382   SQL Params
3383   SQLType =SQL_LONG
3384   sub type = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines