search for: sql92keywords

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

2009 Sep 27
1
RSQLite column names underscores
Hi, When I use RSQLite's dbWriteTable(...) function, the columns in the db table frequently end up having "__1" (two underscores and a one) added to them. The names are unique within the table and contain no weird characters. For example a "position" column from a data.frame was written to the DB as "position__1". Does anyone understand how this name munging