Rev 3446 |
Rev 3458 |
Go to most recent revision |
Compare with Previous |
Directory listing |
Details |
Blame |
View Log
| RSS feed
Last modification
- Rev 3456 – 7279 d 12 h
- Author: mrmanese
- Log message:
- - sqlite.data.frame now does not inherit from data.frame
- sqlite.vector does not inherit from the builtin data types
- added attribute sdf.vector.type to hold the type of sqlite.vector
- commented out summary() tests in tests.R, added tests n classes of sdf's
- added function typeSvec and is.typeSvec to query type of sqlite.vector
- fixed row.names comparison. I guess I put that before checking in and after
running tests, because ==.sqlite.vector is not implemented, only Ops.sqlite.vector.
- updated version to 0.1.13