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 350 by tony, Wed Oct 20 14:58:56 2021 UTC vs.
Revision 356 by tony, Sun Oct 24 14:00:52 2021 UTC

# Line 73 | Line 73 | Dropping Database
73  
74   ------------------------------------------------------
75   Running Test 2: Open the employee database and run a query
76 + Open Database fails Your user name and password are not defined. Ask your database administrator to set up a Firebird login
77   Opening localhost:employee
78   Database Open, SQL Dialect = 3
79   TPB: Item Count = 3
# Line 563 | Line 564 | JOB_COUNTRY = USA
564   SALARY = 64,635.00
565   FULL_NAME = Johnson, Leslie
566  
567 < Current memory = 948,520
567 > Current memory = 948,496
568   Delta memory = 1,288
569   Max memory = 992,448
570 < Elapsed time= 0.002 sec
570 > Elapsed time= 0.001 sec
571   Cpu = 0.000 sec
572   Buffers = 75
573   Reads = 0
# Line 2604 | Line 2605 | MYARRAY = Array: (0: 100) (1: 99) (2: 98
2605  
2606   MYARRAY2 = Array: (0: 01/5/2020 12:00:00) (1: 01/5/2020 12:01:00) (2: 01/5/2020 12:02:00) (3: 01/5/2020 12:03:00) (4: 01/5/2020 12:04:00) (5: 01/5/2020 12:05:00) (6: 01/5/2020 12:06:00) (7: 01/5/2020 12:07:00) (8: 01/5/2020 12:08:00) (9: 01/5/2020 12:09:00) (10: 01/5/2020 12:10:00) (11: 01/5/2020 12:11:00) (12: 01/5/2020 12:12:00) (13: 01/5/2020 12:13:00) (14: 01/5/2020 12:14:00) (15: 01/5/2020 12:15:00) (16: 01/5/2020 12:16:00)
2607  
2608 < MYARRAY3 = Array: (0: 0) (1: 1.04) (2: 2.09) (3: 3.15) (4: 4.19) (5: 5.25) (6: 6.3) (7: 7.34) (8: 8.39) (9: 9.44) (10: 10.5) (11: 11.55) (12: 12.6) (13: 13.64) (14: 14.69) (15: 15.75) (16: 16.79)
2608 > MYARRAY3 = Array: (0: 0) (1: 1.04) (2: 2.09) (3: 3.15) (4: 4.19) (5: 5.25) (6: 6.3) (7: 7.34) (8: 8.39) (9: 9.44) (10: 10.5) (11: 11.55) (12: 12.6) (13: 13.64) (14: 0.42) (15: 42.45) (16: 4269)
2609  
2610  
2611   Shrink to 2:10
# Line 2620 | Line 2621 | MYARRAY = Array: (0: 100) (1: 99) (2: 10
2621  
2622   MYARRAY2 = Array: (0: 01/5/2020 12:00:00) (1: 01/5/2020 12:01:00) (2: 01/5/2020 12:02:00) (3: 01/5/2020 12:03:00) (4: 01/5/2020 12:04:00) (5: 01/5/2020 12:05:00) (6: 01/5/2020 12:06:00) (7: 01/5/2020 12:07:00) (8: 01/5/2020 12:08:00) (9: 01/5/2020 12:09:00) (10: 01/5/2020 12:10:00) (11: 01/5/2020 12:11:00) (12: 01/5/2020 12:12:00) (13: 01/5/2020 12:13:00) (14: 01/5/2020 12:14:00) (15: 01/5/2020 12:15:00) (16: 01/5/2020 12:16:00)
2623  
2624 < MYARRAY3 = Array: (0: 0) (1: 1.04) (2: 2.09) (3: 3.15) (4: 4.19) (5: 5.25) (6: 6.3) (7: 7.34) (8: 8.39) (9: 9.44) (10: 10.5) (11: 11.55) (12: 12.6) (13: 13.64) (14: 14.69) (15: 15.75) (16: 16.79)
2624 > MYARRAY3 = Array: (0: 0) (1: 1.04) (2: 2.09) (3: 3.15) (4: 4.19) (5: 5.25) (6: 6.3) (7: 7.34) (8: 8.39) (9: 9.44) (10: 10.5) (11: 11.55) (12: 12.6) (13: 13.64) (14: 0.42) (15: 42.45) (16: 4269)
2625  
2626  
2627  
# Line 3259 | 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
# Line 3337 | Line 3362 | ROWID = 4
3362   ITYPE = 1
3363   I64TYPE = 10
3364   CURRTYPE = .02300000
3365 < DTYPE = .00000000
3365 > DTYPE = .00110000
3366   FIXEDPOINT = 233.45600000
3367  
3368  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines