Displaying 2 results from an estimated 2 matches for "field_type_long".
2002 Mar 20
1
RMySQL integer range bug (PR#1400)
Full_Name: Matthias Piksa
Version: 1.4.1
OS: Redhat 7.1 2.96-85
Submission from: (NULL) (131.220.6.43)
There is a bug when retrieving values out of MySQL (3.23.36) which are of type
UNSIGNED INTEGER(10). The values can vary between 0 and 2^32 but R only accepts
those below 2^31-1. Anything above goes as 2^31-1.
thats what one gets:
print(quickSQL(con,"select ip_dst from iphdr where
2005 Mar 14
2
Install the RMySQL
...red here (not in a
function)
RS-MySQL.h:111: initializer element is not constant
RS-MySQL.h:111: (near initialization for `RS_MySQL_dataTypes
[2].typeId')
RS-MySQL.h:111: initializer element is not constant
RS-MySQL.h:111: (near initialization for `RS_MySQL_dataTypes
[2]')
RS-MySQL.h:112: `FIELD_TYPE_LONG' undeclared here (not in a
function)
RS-MySQL.h:112: initializer element is not constant
RS-MySQL.h:112: (near initialization for `RS_MySQL_dataTypes
[3].typeId')
RS-MySQL.h:112: initializer element is not constant
RS-MySQL.h:112: (near initialization for `RS_MySQL_dataTypes
[3]')
RS-M...