mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
updated constants info
This commit is contained in:
parent
5802dae907
commit
b754aec0e1
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@ our $VERBOSE = $ENV{SQLITE_UTIL_VERBOSE};
|
|||
|
||||
my %since = (
|
||||
IOERR_LOCK => '3006002',
|
||||
OPEN_FULLMUTEX => '3006002',
|
||||
CONFIG_PCACHE => '3006006',
|
||||
CONFIG_GETPCACHE => '3006006',
|
||||
IOERR_CLOSE => '3006007',
|
||||
|
@ -115,6 +116,7 @@ my %since = (
|
|||
FCNTL_HAS_MOVED => '3008003',
|
||||
FCNTL_SYNC => '3008003',
|
||||
FCNTL_COMMIT_PHASETWO => '3008003',
|
||||
DETERMINISTIC => '3008003',
|
||||
IOCAP_IMMUTABLE => '3008005',
|
||||
FCNTL_WIN32_SET_HANDLE => '3008005',
|
||||
MUTEX_STATIC_APP1 => '3008006',
|
||||
|
@ -124,6 +126,8 @@ my %since = (
|
|||
LIMIT_WORKER_THREADS => '3008007',
|
||||
CONFIG_PCACHE_HDRSZ => '3008008',
|
||||
CONFIG_PMASZ => '3008008',
|
||||
IOERR_VNODE => '3090000',
|
||||
INDEX_SCAN_UNIQUE => '3090000',
|
||||
|
||||
status_parameters_for_prepared_statements => '3006004',
|
||||
extended_result_codes => '3006005',
|
||||
|
|
Loading…
Add table
Reference in a new issue