Path to this page:
./
databases/p5-DBD-SQLite,
Perl DBI/DBD driver for sqlite databases (self contained)
Branch: CURRENT,
Version: 1.66nb1,
Package name: p5-DBD-SQLite-1.66nb1,
Maintainer: pkgsrc-usersSQLite is a public domain RDBMS database engine.
Rather than ask you to install SQLite first, because SQLite is
public domain, DBD::SQLite includes the entire thing in the
distribution. So in order to get a fast transaction capable RDBMS
working for your perl project you simply have to install this module,
and nothing else.
Required to run:[
databases/p5-DBI] [
databases/sqlite3] [
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 524dc89cc330ee7372fe04de4a6048881cc543e4
RMD160: 8ae5918e9ea523219b63432104b1e8549ef30046
Filesize: 2425.23 KB
Version history: (Expand)
- (2020-11-05) Updated to version: p5-DBD-SQLite-1.66nb1
- (2020-09-07) Updated to version: p5-DBD-SQLite-1.66
- (2020-08-31) Updated to version: p5-DBD-SQLite-1.64nb3
- (2020-06-02) Updated to version: p5-DBD-SQLite-1.64nb2
- (2020-04-12) Updated to version: p5-DBD-SQLite-1.64nb1
- (2019-09-13) Updated to version: p5-DBD-SQLite-1.64
CVS history: (Expand)
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-09-06 22:35:12 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-DBD-SQLite: update to 1.66.
1.66 2020-08-30
- Switched to a production version
1.65_03 2020-07-27
- Upgraded SQLite to 3.32.3
1.65_02 2020-02-08
- Upgraded SQLite to 3.31.1
1.65_01 2020-01-18
- Upgraded SQLite to 3.30.1
- Added several SQL_ types as alias (pali++)
- Fixed two initialization issues (ppisar++)
- Allowed create_function to return an array reference
to specify the type of the value
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-04-12 10:29:21 by Adam Ciarcinski | Files touched by this commit (956) |  |
Log message:
Recursive revision bump after textproc/icu update
|
2019-09-13 01:59:55 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 1.64
Upstream changes:
1.64 2019-08-12
- Switched to a production version
1.63_05 2019-07-12
- Upgraded SQLite to 3.29.0
- Added sqlite_get_autocommit private method (GH#52)
- Addded new db_config constants, notably to prohibit
double-quoted string literals
1.63_04 2019-05-25
- Upgraded SQLite to 3.28.0
- Modified doc for sqlite_db_filename which actually returns undef
or an empty string (GH#50)
- Fixed ->quote($blob, SQL_BLOB) to quote correctly (GH#51, pali++)
1.63_03 2019-02-15
- Applied a patch to fix segmentation fault on 32-bit big-endian
platforms by Niko Tyni (GH#45)
1.63_02 2019-02-14
- Upgraded SQLite to 3.27.1
- Let a URI filename test skip if SQLite is compiled with URI filename
support (GH#47)
1.63_01 2019-01-26
- Made sure an internal hv is initialized (GH#45)
- Fixed a number of tests to skip
- Bumped up Test::More requirement
- Replaced bundled Test::NoWarnings with Test::FailWarnings
- Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData (Corion++)
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|