search for: manglecolnames

Displaying 2 results from an estimated 2 matches for "manglecolnames".

2005 Feb 24
2
sqlSave reports invalid regular expression '[^[:alnum]_]+' (PR#7703)
...MySQL has not changed and I have not updated MySQL. > sqlSave(lh, data, "survey") Error in gsub(pattern, replacement, x, ignore.case, extended, fixed) : invalid regular expression '[^[:alnum]_]+' > traceback() 4: gsub("[^[:alnum]_]+", "", colnames) 3: mangleColNames(names(colspecs)) 2: sqltablecreate(tablename, colspecs = colspecs, keys = keys) 1: sqlSave(lh, data, "survey") > str(data) `data.frame': 192 obs. of 171 variables: [...] (I can send the whole structure if that will help) > version _ platfor...
2005 Feb 24
0
sqlSave reports invalid regular expression '[^[:alnum]_]+' (PR#7704)
...ve not updated MySQL. > >> sqlSave(lh, data, "survey") > Error in gsub(pattern, replacement, x, ignore.case, extended, fixed) : > invalid regular expression '[^[:alnum]_]+' >> traceback() > 4: gsub("[^[:alnum]_]+", "", colnames) > 3: mangleColNames(names(colspecs)) > 2: sqltablecreate(tablename, colspecs = colspecs, keys = keys) > 1: sqlSave(lh, data, "survey") > >> str(data) > `data.frame': 192 obs. of 171 variables: > [...] > (I can send the whole structure if that will help) > >> version >...