Displaying 2 results from an estimated 2 matches for "select_dp".
Did you mean:
select_db
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
...en
RS-MySQL.c: In function `RS_MySQL_createDataMappings':
RS-MySQL.c:496: `MYSQL_RES' undeclared (first use in this
function)
RS-MySQL.c:496: `my_result' undeclared (first use in this
function)
RS-MySQL.c:497: `MYSQL_FIELD' undeclared (first use in this
function)
RS-MySQL.c:497: `select_dp' undeclared (first use in this
function)
RS-MySQL.c:505: parse error before ')' token
RS-MySQL.c:511: `MYSQL' undeclared (first use in this
function)
RS-MySQL.c:511: parse error before ')' token
RS-MySQL.c:546: `FIELD_TYPE_VAR_STRING' undeclared (first
use in this fun...