[R] RSQLite: Tracking an error message to its source

Hadley Wickham h.wickham at gmail.com
Sun Jan 5 16:08:40 CET 2014


> Can you, or anyone, give me any hint on where -- no, not where, _how_ -- to
> find the code for any of the functions called between dbGetQuery method for
> conn="SQLiteConnection", or for any of the functions that are called by the
> dbGetQuery method for SQLite connections that are in the chain that
> ultimately calls sqliteExecStatement (exclusive of the latter, which I
> found), or for RS_SQLite_exec, or for any of the functions in the call
> chain between RS_SQLite_exec and RS-DBI, or for RS-DBI?

Look at the source code for the package - you'll probably find the dev
version available at https://github.com/rstats-db/rsqlite easier to
understand.

Hadley

-- 
http://had.co.nz/




More information about the R-help mailing list