[R-sig-DB] dbWriteTable() is renaming the 'end' column

Gabor Grothendieck ggrothend|eck @end|ng |rom gm@||@com
Wed Sep 30 14:51:13 CEST 2009


2009/9/30 Hervé Pagès <hpages using fhcrc.org>:
>
> According to
>
>  SQLKeywords(dbDriver("SQLite"))


Try

> library(RSQLite)
> grep("^END$", .SQL92Keywords, value = TRUE)
[1] "END"




More information about the R-sig-DB mailing list