Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40c257d

Browse files
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)
Corrected targets for the following audit-events:- sqlite3.enable_load_extension => sqlite3.Connection.enable_load_extension- sqlite3.load_extension => sqlite3.Connection.load_extension(cherry picked from commitce4d11f)Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
1 parent5285693 commit40c257d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Doc/library/sqlite3.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Connection Objects
618618

619619
Loadable extensions are disabled by default. See [#f1]_.
620620

621-
..audit-event::sqlite3.enable_load_extension connection,enabled sqlite3.enable_load_extension
621+
..audit-event::sqlite3.enable_load_extension connection,enabled sqlite3.Connection.enable_load_extension
622622

623623
..versionadded::3.2
624624

@@ -635,7 +635,7 @@ Connection Objects
635635

636636
Loadable extensions are disabled by default. See [#f1]_.
637637

638-
..audit-event::sqlite3.load_extension connection,path sqlite3.load_extension
638+
..audit-event::sqlite3.load_extension connection,path sqlite3.Connection.load_extension
639639

640640
..versionadded::3.2
641641

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp