Skip to content

Commit c2366b5

Browse files
author
Erlend E. Aasland
committed
Adapt sqlite3 suspicious doc rules
1 parent 1dc6531 commit c2366b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ library/smtplib,,:port,method must support that as well as a regular host:port
209209
library/socket,,::,'5aef:2b::8'
210210
library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])"
211211
library/socket,,:len,fds.frombytes(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
212-
library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
212+
library/sqlite3,,:name,"cur.execute(""select * from lang where lang_name=:name and lang_age=:age"", {""name"": ""C"", ""age"": 49})"
213+
library/sqlite3,,:age,"cur.execute(""select * from lang where lang_name=:name and lang_age=:age"", {""name"": ""C"", ""age"": 49})"
213214
library/sqlite3,,:memory,
214-
library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
215215
library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)"
216216
library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
217217
library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."

0 commit comments

Comments
 (0)