mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
Update SQLiteUtil
This commit is contained in:
parent
9014dd6f35
commit
b433d17436
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ sub year {
|
|||
my $self = shift;
|
||||
return "snapshot" if $self->is_snapshot;
|
||||
my $version = $self->as_num;
|
||||
return 2024 if $version >= 3450000;
|
||||
return 2023 if $version >= 3410000;
|
||||
return 2022 if $version >= 3370200;
|
||||
return 2021 if $version >= 3340100;
|
||||
|
|
Loading…
Add table
Reference in a new issue