Displaying 1 result from an estimated 1 matches for "rs_postgresql_exec".
2009 Jun 04
2
RPostgreSQL segfault with LEFT JOIN
...---------------------------
Here is the error message in R:
----------------------------------------------------------------------------------------------------
row number 0 is out of range 0..-1
*** caught segfault ***
address (nil), cause 'memory not mapped'
Traceback:
1: .Call("RS_PostgreSQL_exec", conId, statement, PACKAGE
= .PostgreSQLPkgName)
2: postgresqlExecStatement(conn, statement, ...)
3: is(object, Cl)
4: is(object, Cl)
5: .valueClassTest(standardGeneric("dbSendQuery"), "DBIResult", "dbSendQuery")
6: dbSendQuery(conn, q)
---------------...