search for: sqliteimportfil

Displaying 3 results from an estimated 3 matches for "sqliteimportfil".

Did you mean: sqliteimportfile
2008 Jan 01
0
Wish List
...s time series and datetime packages such as fame, zoo and chron could use these. Packages ======== 19. DBI. - It should be possible for a program to discover which DBI drivers are loaded. - A DBI driver for ODBC would be nice. 20. RSQlite - automatically set eol correctly in sqliteImportFile according to input file (currently it defaults to "\n" which only works correctly for files created on UNIX) - either give sqliteImportFile its own .Rd page or make it possible to read ?dbWriteTable without reference to sqliteImportFile - ability to use arbitrar...
2011 Dec 01
0
RSQLite 0.11.0
...olumns, respectively. All other modes are mapped to a TEXT column. - Detection of BLOBs was narrowed slightly. The code now treats only objects with data.class(obj) == "list" as BLOBs. Previously, is.list was used which could return TRUE for lists of various classes. - Fix bug in sqliteImportFile (used by dbWriteTable) that prevented a comment character from being specified for the input file. - Increase compile-time SQLite limits for maximum number of columns in a table to 30000 and maximum number of parameters (?N) in a SELECT to 40000. Use of wide tables is not encouraged. The de...
2011 Dec 01
0
RSQLite 0.11.0
...olumns, respectively. All other modes are mapped to a TEXT column. - Detection of BLOBs was narrowed slightly. The code now treats only objects with data.class(obj) == "list" as BLOBs. Previously, is.list was used which could return TRUE for lists of various classes. - Fix bug in sqliteImportFile (used by dbWriteTable) that prevented a comment character from being specified for the input file. - Increase compile-time SQLite limits for maximum number of columns in a table to 30000 and maximum number of parameters (?N) in a SELECT to 40000. Use of wide tables is not encouraged. The de...