| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 3308 |
7322 d 21 h |
mrmanese |
/trunk/SQLiteDF/ |
- added windows dll's, Makevar.win. windows dll still has the default 10 max
attached db
- added USE_SDF, w/c does the juggling of which db to be attached |
|
| 3307 |
7322 d 21 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 |
|
| 3284 |
7327 d 19 h |
mrmanese |
/trunk/SQLiteDF/ |
- Added test script
- Fixed compile error for Ubuntu dapper (?), as tested by Mr. Medri. |
|
| 3282 |
7328 d 16 h |
mrmanese |
/trunk/SQLiteDF/ |
- fixed lots of monstrous bugs introduced by refactoring stuffs
- fixed R CMD check errors on documentation |
|
| 3281 |
7328 d 19 h |
mrmanese |
/trunk/SQLiteDF/ |
- added row.names support for sdf
- -pedantic cleanups
- fixes by Prof. Bates: duplicate include & sqlite3_stmt mis-declaration
- minor fixes |
|
| 3255 |
7335 d 18 h |
mrmanese |
/trunk/SQLiteDF/ |
submit 2
- added sqlite.vector, its indexers, length and conversion to ordinary vec
- indexers for sqlite.data.frame: [, [[, $
- attachSdf, detachSdf |
|