Skip to content

Commit 9f316a8

Browse files
authored
Add application/sql and application/vnd.sqlite3 MIME types
Added new MIME types for SQL and SQLite3.
1 parent c6597df commit 9f316a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,8 @@ mimetypes
822822
* Add ``application/node`` MIME type for ``.cjs`` extension.
823823
(Contributed by John Franey in :gh:`140937`.)
824824
* Add ``application/toml``. (Contributed by Gil Forcada in :gh:`139959`.)
825+
* Add ``application/sql`` and ``application/vnd.sqlite3``.
826+
(Contributed by Charlie Lin in :gh:`145698`.)
825827
* Add ``image/jxl``. (Contributed by Foolbar in :gh:`144213`.)
826828
* Rename ``application/x-texinfo`` to ``application/texinfo``.
827829
(Contributed by Charlie Lin in :gh:`140165`.)

0 commit comments

Comments
 (0)