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

Comparing ibx/trunk/fbintf/testsuite/FB2reference.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 564 | Line 564 | JOB_COUNTRY = USA
564   SALARY = 64,635.00
565   FULL_NAME = Johnson, Leslie
566  
567 < Current memory = 948,560
567 > Current memory = 948,496
568   Delta memory = 1,288
569 < Max memory = 992,480
570 < Elapsed time= 0.002 sec
569 > Max memory = 992,448
570 > Elapsed time= 0.001 sec
571   Cpu = 0.000 sec
572   Buffers = 75
573   Reads = 0
# Line 2720 | Line 2720 | Unknown Response 3
2720   Unknown Response 3
2721   Server Memory = 841392
2722   Forced Writes  = 1
2723 < Max Memory  = 879352
2723 > Max Memory  = 879288
2724   Num Buffers  = 75
2725   Sweep Interval  = 20000
2726   Logged in Users: SYSDBA,
# Line 3260 | Line 3260 | Skipping test for Firebird 4 and later
3260  
3261   ------------------------------------------------------
3262   Running Test 21: Exercise setting and getting of numeric data types
3263 + 1234.567 parsed to 1234567 scale = -3
3264 + As Float =  1.2345670000000000E+003
3265 + -765.4321 parsed to -7654321 scale = -4
3266 + As Float = -7.6543209999999999E+002
3267 + 0.1 parsed to 1 scale = -1
3268 + As Float =  1.0000000000000001E-001
3269 + 0.01 parsed to 1 scale = -2
3270 + As Float =  1.0000000000000000E-002
3271 + +123 parsed to 123 scale = 0
3272 + As Float =  1.2300000000000000E+002
3273 + 1.23456E308 parsed to 123456 scale = 303
3274 + As Float =  1.2345600000000001E+308
3275 + -1.2e-02 parsed to -12 scale = -3
3276 + As Float = -1.2000000000000000E-002
3277 + 10. parsed to 10 scale = 0
3278 + As Float =  1.0000000000000000E+001
3279 + .12 parsed to 12 scale = -2
3280 + As Float =  1.2000000000000000E-001
3281 + 0.12 parsed to 12 scale = -2
3282 + As Float =  1.2000000000000000E-001
3283 + Parsing of 1.2E1.2 failed
3284 + Parsing of 1,000 failed
3285 + Parsing of 1e1e1 failed
3286 + Parsing of 1.2+3 failed
3287   SQL Params
3288   SQLType =SQL_LONG
3289   sub type = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines