Subject: CVS commit: pkgsrc/math/R-DBI
From: Min Sik Kim
Date: 2018-05-09 20:08:19
Message id: 20180509180819.B2B53FBEC@cvs.NetBSD.org

Log Message:
math/R-DBI: Update to 1.0.0

Changes:

- New dbAppendTable() that by default calls sqlAppendTableTemplate()
  and then dbExecute() with a param argument, without support for
  row.names argument.
- New dbCreateTable() that by default calls sqlCreateTable() and then
  dbExecute(), without support for row.names argument.
- New dbCanConnect() generic with default implementation.
- New dbIsReadOnly() generic with default implementation.
- sqlAppendTable() now accepts lists for the values argument, to
  support lists of SQL objects in R 3.1.
- Add default implementation for dbListFields(DBIConnection, Id), this
  relies on dbQuoteIdentifier(DBIConnection, Id).
- Documentation updates and ug fixes.

Files:
RevisionActionfile
1.6modifypkgsrc/math/R-DBI/Makefile
1.7modifypkgsrc/math/R-DBI/distinfo