| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4160 |
7095 d 15 h |
mrmanese |
/trunk/SQLiteDF/ |
- updated to sqlite-3.3.13
- added R function sdfSelect, added tests for that
- fixes & enhancements on _get_factor_levels1, _get_vector_index_typed_result, etc. |
|
| 3808 |
7249 d 6 h |
mrmanese |
/trunk/SQLiteDF/ |
- new sqlite.vector(vec), creates a 1-column sdf from a vector
- sqlite.matrix : dimnames, [, other experimental stuff
- sort.sqlite.vector sorts to a table to the sdf, no more creating a new |
|
| 3684 |
7265 d 16 h |
mrmanese |
/trunk/SQLiteDF/ |
- moved default data dir to ./.SQLiteDF
- "generalized" sqlite vector, in that any table column can be used as an
sqlite.vector (previously, only columns of table sdf_data)
- fixed sqlite.matrix rownames |
|
| 3509 |
7273 d 16 h |
mrmanese |
/trunk/SQLiteDF/ |
- added sqlite.matrix and some of its methods
- fixed print.sqlite.data.frame bug
- added msg when an existing workspace.db is loaded |
|
| 3419 |
7284 d 6 h |
mrmanese |
/trunk/SQLiteDF/ |
- fix on USE_SDF1 bug, when a function uses 2 sdf's the 1st may be unloaded
because of low use count
- fix on transactions
- started implementing sqlite.matrix
- commented out parts of the test that fails due to "minor technicalities" (precision, NA). will test them again...
- summary works, almost the same as original df except for NA handling |
|