search for: query_text

Displaying 1 result from an estimated 1 matches for "query_text".

Did you mean: query_test
2009 Jan 13
0
crash on multiple queries to postgresql db [solved]
...way wrote: >>> >>> Dylan Beaudette wrote: >>>> >>>> Subsequent calls to: >>>> >>>> conn <- dbConnect(PgSQL(), host="localhost", dbname="xxx", user="xxx") >>>> query <- dbSendQuery(conn, query_text) >>>> res <- dbGetResult(query) >>>> >>>> are resulting in this: >>>> >>>> *** glibc detected *** /usr/local/lib/R/bin/exec/R: realloc(): invalid >>>> >>>> other attached packages: >>>> [1] RdbiPgSQL_...