Path to this page:
./
databases/p5-DBD-SQLite,
Perl DBI/DBD driver for sqlite databases (self contained)
Branch: CURRENT,
Version: 1.76nb2,
Package name: p5-DBD-SQLite-1.76nb2,
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]
Master sites: (Expand)
Filesize: 2682.87 KB
Version history: (Expand)
- (2024-11-01) Updated to version: p5-DBD-SQLite-1.76nb2
- (2024-11-01) Updated to version: p5-DBD-SQLite-1.76nb1
- (2024-10-20) Updated to version: p5-DBD-SQLite-1.76
- (2024-05-29) Updated to version: p5-DBD-SQLite-1.74nb1
- (2024-01-04) Updated to version: p5-DBD-SQLite-1.74
- (2023-11-08) Updated to version: p5-DBD-SQLite-1.72nb2
CVS history: (Expand)
2024-01-04 11:47:35 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DBD-SQLite: update to 1.74.
1.74 2023-09-20
- Switched to a production version
1.73_01 2023-07-09
- Upgraded SQLite to 3.42.0
- Add missing possible table_type values to POD (GH#105, dboehmer++)
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-05-20 08:21:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DBD-SQLite: update to 1.72.
1.72 2022-11-04
- Switched to a production version
1.71_07 2022-10-26
- Upgraded SQLite to 3.39.4
1.71_06 2022-03-12
- Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper)
1.71_05 2022-02-26
- Fix another test failure on perl built with -DDEBUGGING
- Lowercase datatype in table column metadata for backcompat
1.71_04 2022-02-26
- Fix test failure on perl built with -DDEBUGGING (andk++)
1.71_03 2022-02-23
- Upgraded SQLite to 3.38.0
- Expose sqlite_error_offset introduced in 3.38.0
1.71_02 2022-01-07
- Upgraded SQLite to 3.37.2
- Improve sqlite_load_extension doc (GH#94, Derek Lamb++)
1.71_01 2021-12-02
- Upgraded SQLite to 3.37.0
- Add a feature to unregister a created function
- Fix accented characters in POD (GH#90, HaraldJoerg++)
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-08-03 23:54:12 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DBD-SQLite: update to 1.70.
1.70 2021-08-01
- Switched to a production version
1.69_02 2021-07-30
- Fix doc to use the correct attribute with sqlite_ (GH#86, eekboek++)
- Modify the fix to silence the sqlite_unicode warning not to check
the attribute twice
- Fix an encoding issue of naive (GH#83, HaraldJoerg++)
1.69_01 2021-07-30
- Typo (GH#85, grr++)
- Silenced deprecation warning of sqlite_unicode not to break
tests of existing applications
1.68 2021-07-22
- Switched to a production version
1.67_07 2021-06-19
- Upgraded SQLite to 3.36.0
1.67_06 2021-06-14
- Experiment with another quadmath patch to see if it works
with an older version of FreeBSD
1.67_05 2021-06-13
- Made DBD_SQLITE_STRING_MODE constants exportable
1.67_04 2021-05-31
- Upgraded SQLite to 3.35.5
- Stop setting THREADSAFE=0 if perl has pthread (ie. 5.20+)
(Bjoern Hoehrmann++, GH#69, #72)
- Fixed a memory leak in ::VirtualTable
- Introduced "string_mode" handle attribute (Felipe Gasper++)
to fix long-standing issues of sqlite_unicode (GH#78, #68)
- Added a dependency from dbdimp.o to the *.inc files included
into dbdimp.c (Laurent Dami++, GH#74)
- Fixed an offset issue of VirtualTable (Laurent Dami++, GH#75)
1.67_03 2021-03-31
- Upgraded SQLite to 3.35.3
- Enabled math functions introduced in SQLite 3.35
- Fix quadmath issues (Tux++, leont++)
1.67_02 2020-12-06
- Upgraded SQLite to 3.34.0
- Added a few new constants
- Added sqlite_txn_state method to see internal state
of the backend
1.67_01 2020-11-24
- Switched to XSLoader (GH#63; toddr++)
- Use quadmath_snprintf if USE_QUADMATH is defined
- Use av_fetch instead of av_shift (norimy++)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|