File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Changes for Perl extension DBD-SQLite
22
3+ 1.77_02 2025-11-24
4+ - Omit constants for newly added C-array extension
5+ - SQLite 3.51.0 has two extensions (C-array and percentile) amalgamated
6+ but both are disabled by default.
7+
381.77_01 2025-11-24
49 - Upgraded SQLite to 3.51.0
510 - Make ->column_info() also return generated columns (GH#119, Corion++)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
55use DBI 1.57 ();
66use XSLoader ();
77
8- our $VERSION = ' 1.77_01 ' ;
8+ our $VERSION = ' 1.77_02 ' ;
99
1010# sqlite_version cache (set in the XS bootstrap)
1111our ($sqlite_version , $sqlite_version_number );
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
55use warnings;
66use Scalar::Util qw/ weaken/ ;
77
8- our $VERSION = ' 1.77_01 ' ;
8+ our $VERSION = ' 1.77_02 ' ;
99our @ISA ;
1010
1111
You can’t perform that action at this time.
0 commit comments