* Fixed spurious dbi_profile lines written to the log when profiling is enabled and a trace flag, like SQL, is used. * Fixed to recognize SQL::Statement errors even if instantiated with RaiseError=0 * Fixed RT-61513 by catching attribute assignment to tied table access interface * Fixing some misbehavior of DBD::File when running within the Gofer server. * Fixed compiler warnings RT-62640 * Optimized connect() to remove redundant FETCH of \%attrib values. * Improved initialization phases in DBI::DBD::SqlEngine * Added DBD::Gofer::Transport::corostream. An experimental proof-of-concept transport that enables asynchronous database calls with few code changes. It enables asynchronous use of DBI frameworks like DBIx::Class. * Added additional notes on DBDs which avoid creating a statement in the do() method and the effects on error handlers * Adding new attribute "sql_dialect" to DBI::DBD::SqlEngine to allow users control used SQL dialect (ANSI, CSV or AnyData), defaults to CSV * Add documentation for DBI::DBD::SqlEngine attributes * Documented dbd_st_execute return * Fixed typo in InactiveDestroy
21 lines
553 B
Makefile
21 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.51 2011/08/06 14:47:28 adam Exp $
|
|
|
|
DISTNAME= DBI-1.616
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://dbi.perl.org/
|
|
COMMENT= The database-independent Perl database access API
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/DBI/.packlist
|
|
REPLACE_PERL= dbixs_rev.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|