Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c510a6

Browse files
committed
Issue #27883: Update sqlite to 3.14.1 on Windows
1 parent 55f4452 commit 7c510a6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ Tests
155155
Build
156156
-----
157157

158+
- Issue #27883: Update sqlite to 3.14.1.0 on Windows.
159+
158160
- Issue #27917: Set platform triplets for Android builds.
159161

160162
- Issue #25825: Update references to the $(LIBPL) installation path on AIX.

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
4545
<ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
46-
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
46+
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.1.0\</sqlite3Dir>
4747
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
4848
<lzmaDir>$(ExternalsDir)xz-5.0.5\</lzmaDir>
4949
<opensslDir>$(ExternalsDir)openssl-1.0.2h\</opensslDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ _ssl
204204
functionality to _ssl or _hashlib. They will not clean up their output
205205
with the normal Clean target; CleanAll should be used instead.
206206
_sqlite3
207-
Wraps SQLite 3.8.11.0, which is itself built by sqlite3.vcxproj
207+
Wraps SQLite 3.14.1.0, which is itself built by sqlite3.vcxproj
208208
Homepage:
209209
http://www.sqlite.org/
210210
_tkinter

0 commit comments

Comments
 (0)