Prof Brian Ripley <[EMAIL PROTECTED]> writes:
> Those functions are messy (StringFromRaw was always private), and are
> really just part of coerceVector and asInteger etc (which are the public
> interface).
>
> What RdbiPgSql does is not currently correct. It has
>
> PROTECT(rowNames = allocV
Those functions are messy (StringFromRaw was always private), and are
really just part of coerceVector and asInteger etc (which are the public
interface).
What RdbiPgSql does is not currently correct. It has
PROTECT(rowNames = allocVector(STRSXP, rows));
for (row = 0; row < rows; ++row)