| 3397 |
7290 d 16 h |
mrmanese |
/trunk/SQLiteDF/ |
- added sdflm, as.data.frame.sdf, eval, sdfImportDBI, sdfImportSQLite
- added Requires DBI, biglm in DESCRIPTION
- corrected generic-ized is.list, length (already generic)
- added "begin", "commit" in sdf_create_sdf, rbind, and row ops. absence of
which was the cause of the slowness
- factored out _prepare_attach2() w/c checks the # of attached sqlite db's
and detaches as necessary.
- fixed bug on detecting R character type, STRSXP instead of CHARSXP
- added utility _str_tolower(), file name & line number in _sqlite_error
- override stats::quantile env
- change Makevars to link statically |
|
/trunk/SQLiteDF/src/sqlite_external.c
/trunk/SQLiteDF/DESCRIPTION /trunk/SQLiteDF/NAMESPACE /trunk/SQLiteDF/R/All.R /trunk/SQLiteDF/src/Makevars /trunk/SQLiteDF/src/sqlite_dataframe.c /trunk/SQLiteDF/src/sqlite_dataframe.h /trunk/SQLiteDF/src/sqlite_vector.c /trunk/SQLiteDF/src/sqlite_workspace.c /trunk/SQLiteDF/src/utils.c
|
| 3307 |
7322 d 18 h |
mrmanese |
/trunk/SQLiteDF/ |
- moved libsqlite3.* to inst/sqlite/linux, added inst/sqlite/win to have
sqlite windows static dll
- change libsqlite3.a to have 31 max attach-ed db's
- most of Math.sqlite.vector is working already
- fixed sdf_attach_sdf
- factored out creation of sdf in _create_sdf_skeleton2
- added dupSdf, renameSdf |
|
/trunk/SQLiteDF/inst/sqlite/linux /trunk/SQLiteDF/inst/sqlite/linux/libsqlite3.a /trunk/SQLiteDF/inst/sqlite/linux/libsqlite3.la /trunk/SQLiteDF/inst/sqlite/win
/trunk/SQLiteDF/inst/sqlite/libsqlite3.a /trunk/SQLiteDF/inst/sqlite/libsqlite3.la
/trunk/SQLiteDF/R/All.R /trunk/SQLiteDF/src/Makevars /trunk/SQLiteDF/src/sqlite_dataframe.c /trunk/SQLiteDF/src/sqlite_dataframe.h /trunk/SQLiteDF/src/sqlite_vector.c /trunk/SQLiteDF/src/sqlite_workspace.c /trunk/SQLiteDF/src/utils.c
|
| 3281 |
7328 d 16 h |
mrmanese |
/trunk/SQLiteDF/ |
- added row.names support for sdf
- -pedantic cleanups
- fixes by Prof. Bates: duplicate include & sqlite3_stmt mis-declaration
- minor fixes |
|
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/DESCRIPTION /trunk/SQLiteDF/NAMESPACE /trunk/SQLiteDF/R/All.R /trunk/SQLiteDF/man/sqlite.data.frame.Rd /trunk/SQLiteDF/src/Makevars /trunk/SQLiteDF/src/sqlite_dataframe.c /trunk/SQLiteDF/src/sqlite_dataframe.h /trunk/SQLiteDF/src/sqlite_vector.c /trunk/SQLiteDF/src/sqlite_workspace.c /trunk/SQLiteDF/src/utils.c
|