194ba7bd7d
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.
15 lines
351 B
Makefile
15 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/05/09 18:08:19 minskim Exp $
|
|
|
|
DISTNAME= DBI_1.0.0
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://r-dbi.github.io/DBI
|
|
COMMENT= R Database Interface
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
BUILDLINK_API_DEPENDS.R+= R>=3.0.0
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|