Exercise big ints in RlabkeyTest#3012
Conversation
| </column> | ||
| <column columnName="IntFld"> | ||
| <datatype>integer</datatype> | ||
| <datatype>bigint</datatype> |
There was a problem hiding this comment.
To get the Rlabkey test passing now with this change, I needed to update line 261 of rlabkey-api-query.xml to:
HTTP request was unsuccessful. Status code = 400, Error message = Could not convert value 'string' (String) for Long field 'IntFld'
There was a problem hiding this comment.
I will get this running locally and look into this. I want to understand what triggered the change.
I have noticed that something in either the Rlabkey side or the server side converts columns that are 100% NA (not a string), into the string 'NA'. I have long wondered whether this is a bug in Rlabkey. This change might be exposing that here.
|
I think this new test case can just go to develop instead of 26.3 at this point in the release cycle. I'll open a new PR with these changes targeting develop since I have to create a new PR for the labkey-api-r version bump anyway. |
This is related to this PR:
LabKey/labkey-api-r#126
which is designed to make Rlabkey support big int values.