| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4160 |
7095 d 17 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. |
|
| 3821 |
7244 d 7 h |
mrmanese |
/trunk/SQLiteDF/ |
- inlined _expand_buf
- fixed sql buffer resizing in sdf_get_index
- added sdflm2 |
|
| 3808 |
7249 d 8 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 |
|
| 3471 |
7278 d 15 h |
mrmanese |
/trunk/SQLiteDF/ |
- added [], [n], [,] indexing for sdf. added tests for those
- added Prof. Bates print.sqlite.data.frame with modifications,
print.sqlite.vector
- changed inameSdf to return filename too
- changed some Rprintf to error() and warning()
- added doc for rbindSdf
- fixed bug in sort.sqlite.vector
- fixed bug in sdf_get_index, where a new sdf is added to the workspace twice
(one in _create_sdf_skeleton2 and another in sdf_get_index)
- sort() still does not work for 2.3.x (not generic) |
|
| 3435 |
7281 d 19 h |
mrmanese |
/trunk/SQLiteDF/ |
- configure file fixes from Prof. Ripley
- added native routines registration |
|