mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 406087 - upgrade to the latest sqlite (currently 3.5.4
This commit is contained in:
parent
d2b6f4f5ed
commit
2e3d48a375
@ -1,10 +1,7 @@
|
||||
This is sqlite 3.4.1
|
||||
This is sqlite 3.5.4
|
||||
|
||||
This version has some security stuff dealing with the upper
|
||||
bounds of data types. See the change log for more details:
|
||||
http://www.sqlite.org/changes.html#version_3_4_1
|
||||
|
||||
-- Shawn Wilsher <me@shawnwilsher.com> 08/2007
|
||||
-- Shawn Wilsher <me@shawnwilsher.com> 01/2008
|
||||
|
||||
See http://www.sqlite.org/ for more info.
|
||||
|
||||
|
@ -92,6 +92,7 @@ EXPORTS
|
||||
sqlite3_exec
|
||||
sqlite3_expired
|
||||
sqlite3_extended_result_codes
|
||||
sqlite3_file_control
|
||||
sqlite3_finalize
|
||||
sqlite3_free
|
||||
sqlite3_free_table
|
||||
@ -105,8 +106,19 @@ EXPORTS
|
||||
sqlite3_libversion_number
|
||||
sqlite3_load_extension
|
||||
sqlite3_malloc
|
||||
sqlite3_memory_alarm
|
||||
sqlite3_memory_highwater
|
||||
sqlite3_memory_used
|
||||
sqlite3_mutex_alloc
|
||||
sqlite3_mutex_enter
|
||||
sqlite3_mutex_free
|
||||
sqlite3_mutex_held
|
||||
sqlite3_mutex_leave
|
||||
sqlite3_mutex_notheld
|
||||
sqlite3_mutex_try
|
||||
sqlite3_mprintf
|
||||
sqlite3_open
|
||||
sqlite3_open_v2
|
||||
sqlite3_open16
|
||||
sqlite3_overload_function
|
||||
sqlite3_prepare
|
||||
@ -116,6 +128,7 @@ EXPORTS
|
||||
sqlite3_profile
|
||||
sqlite3_progress_handler
|
||||
sqlite3_realloc
|
||||
sqlite3_release_memory
|
||||
sqlite3_reset
|
||||
sqlite3_reset_auto_extension
|
||||
sqlite3_result_blob
|
||||
@ -155,4 +168,7 @@ EXPORTS
|
||||
sqlite3_value_text16le
|
||||
sqlite3_value_type
|
||||
sqlite3_version
|
||||
sqlite3_vfs_find
|
||||
sqlite3_vfs_unregister
|
||||
sqlite3_vfs_register
|
||||
sqlite3_vmprintf
|
||||
|
68274
db/sqlite3/src/sqlite3.c
68274
db/sqlite3/src/sqlite3.c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user