Commit 5d974490 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

Cleaned up os truth files for SqlRecord unit test (v007). References #4809.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/Fedora25@8121 41f8697f-d340-4b68-9986-7bafba869bb8
parent 659ae748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
v1: test text
v2: 7
v3: 123.40000000000001
v3: 123.4
Is null (v1): 0
Is null (blank): 1
Size: 3
+0 −12
Original line number Diff line number Diff line
v1: test text
v2: 7
v3: 123.4
Is null (v1): 0
Is null (blank): 1
Size: 3
Has field(v2): 1
Field index(v3): 2
Older sqlite versions report the double fields as string fields. Until the problematic 3rd party software is fixed, systems that report double will need OS truth data.
Col 0) Name: v1, Type: string
Col 1) Name: v2, Type: int
Col 2) Name: v3, Type: double
+0 −12
Original line number Diff line number Diff line
v1: test text
v2: 7
v3: 123.4
Is null (v1): 0
Is null (blank): 1
Size: 3
Has field(v2): 1
Field index(v3): 2
Older sqlite versions report the double fields as string fields. Until the problematic 3rd party software is fixed, systems that report double will need OS truth data.
Col 0) Name: v1, Type: string
Col 1) Name: v2, Type: int
Col 2) Name: v3, Type: double
+0 −12
Original line number Diff line number Diff line
v1: test text
v2: 7
v3: 123.4
Is null (v1): 0
Is null (blank): 1
Size: 3
Has field(v2): 1
Field index(v3): 2
Older sqlite versions report the double fields as string fields. Until the problematic 3rd party software is fixed, systems that report double will need OS truth data.
Col 0) Name: v1, Type: string
Col 1) Name: v2, Type: int
Col 2) Name: v3, Type: double
Loading