summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Update to 1.07:wiz2-11/+7
1.07 - Fix for a memory leak (spotted by Joel Noble) - Update to sqlite 3.0.8 (fixes bug on Solaris-sparc) 1.06 - Resolve symbol conflicts on mac os x. - Fix define in WriteMakefile lacking space. - Fix DBI prereq in Makefile.PL - Update to sqlite 3.0.7 1.05 - Enabled HAVE_USLEEP where available which should massively improve concurrent usage of DBD::SQLite - Update to sqlite 3.0.6 1.04 - Patched to make it compile on Windows (Steve Hay) - Fetch next row at end of DBI's fetch() so that one-row selects don't need to call ->finish(). This restores DBD::SQLite 0.31's behaviour (and should make popfile work again) - last_insert_id will only work on DBI 1.43, so enforce that - Use snprintf from sqlite library to improve portability 1.03 - Update to sqlite 3.0.4 - More bug fixes - Don't hang forever when db is BUSY - Make trace macro work where vararg macros don't 1.02 - Cleanup docs - More bug fixes 1.01 - Bug fixes - Implement get_info 1.00 - Port to sqlite3 API - Support bind types SQL_BLOB, SQL_NUMBER, SQL_TEXT etc - Support $dbh->last_insert_id() - Added timeout API 0.31 - Fixed a free() bug on Win32 - Silence warnings in test suite - Updated to sqlite 2.8.12 0.30 - Updated to sqlite 2.8.11 - A few minor bugs fixed 0.29 - Updated to sqlite 2.8.7 - A number of bugs fixed 0.28 - Perl 5.8.0 removed long deprecated SvOK_off() - Aliases for perl_call_* - Updated to sqlite 2.8.6 - use sqlite_freemem everywhere 0.27 - Changed API to use sqlite streaming API. This makes things slightly slower for large result sets, at the benefit of being more "sane" internally. 0.26 - Update to sqlite 2.8.5 - Automatic binary encoding added (via a flag) - Better getsqlite.pl - now deals with new files - Extension functions and aggregates can be created in perl space now.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-04Apply patch from Alexander Becher in PR 28802.wiz1-3/+5
Bump PKGREVISION.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-02-22bl3ify and enable pkgviews installation.minskim1-3/+5
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-11Initial import of p5-DBD-SQLite 0.25mjl4-0/+32
SQLite is a public domain RDBMS database engine. p5-DBD-SQLite is the matching perl DBD module for accessing it.