rust-sqlite3 icon indicating copy to clipboard operation
rust-sqlite3 copied to clipboard

Documentation is out of date

Open aij opened this issue 8 years ago • 2 comments

The documentation on rust-ci.org (linked to from the README) seems to have fallen out of date.

For example, http://www.rust-ci.org/dckc/rust-sqlite3/doc/sqlite3/trait.DatabaseUpdate.html seems to have been removed from the source (in a good way), and http://www.rust-ci.org/dckc/rust-sqlite3/doc/sqlite3/access/fn.open.html is documented as taking one argument but actually takes two.

This does seem like a nice API to Sqlite3, but I'm getting thrown off a bit by the outdated documentation. I'll switch to locally-generated docs for now.

aij avatar Jul 27 '15 23:07 aij

yeah... known issue. #31

dckc avatar Jul 27 '15 23:07 dckc

The docs should reflect the OBSOLETE status (#46).

dckc avatar Jan 06 '17 04:01 dckc