mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
expose SQLITE_VERSION_NUMBER
This commit is contained in:
parent
1a279cd988
commit
ed34c8a80c
2 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,7 @@ my %ignore = map {$_ => 1} qw/
|
||||||
/;
|
/;
|
||||||
|
|
||||||
my $ignore_tag_re = join '|', qw/
|
my $ignore_tag_re = join '|', qw/
|
||||||
testing_interface library_version_numbers configuration_options
|
testing_interface configuration_options
|
||||||
device_characteristics file_locking vfs_method xshmlock_index
|
device_characteristics file_locking vfs_method xshmlock_index
|
||||||
mutex_types scan_status run_time_limit standard_file_control
|
mutex_types scan_status run_time_limit standard_file_control
|
||||||
status_parameters synchronization_type virtual_table_constraint
|
status_parameters synchronization_type virtual_table_constraint
|
||||||
|
|
|
@ -14,6 +14,7 @@ my %renamed_tags = (
|
||||||
my %shorter_tags = (
|
my %shorter_tags = (
|
||||||
flags_for_file_open_operations => 'file_open',
|
flags_for_file_open_operations => 'file_open',
|
||||||
fundamental_datatypes => 'datatypes',
|
fundamental_datatypes => 'datatypes',
|
||||||
|
compile_time_library_version_numbers => 'version',
|
||||||
);
|
);
|
||||||
|
|
||||||
my %constants = extract_constants();
|
my %constants = extract_constants();
|
||||||
|
|
Loading…
Add table
Reference in a new issue