Skip to content

Commit fe85ede

Browse files
committed
Release 1.77_02
1 parent fb2f8bd commit fe85ede

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

‎Changes‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changes 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+
38
1.77_01 2025-11-24
49
- Upgraded SQLite to 3.51.0
510
- Make ->column_info() also return generated columns (GH#119, Corion++)

‎lib/DBD/SQLite.pm‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use DBI 1.57 ();
66
use XSLoader ();
77

8-
our $VERSION = '1.77_01';
8+
our $VERSION = '1.77_02';
99

1010
# sqlite_version cache (set in the XS bootstrap)
1111
our ($sqlite_version, $sqlite_version_number);

‎lib/DBD/SQLite/VirtualTable.pm‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use Scalar::Util qw/weaken/;
77

8-
our $VERSION = '1.77_01';
8+
our $VERSION = '1.77_02';
99
our @ISA;
1010

1111

0 commit comments

Comments
 (0)