Update SQL style in pull.py
SQL keywords are now lowercase, matching the rest of the program. Previously: INSERT INTO ... Now: insert into ... Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -134,8 +134,8 @@ async def pull():
|
|||||||
|
|
||||||
db.execute(
|
db.execute(
|
||||||
"""
|
"""
|
||||||
INSERT INTO bans (action, board, length, now, name, trip, com, time, sub, nsfw, thumb, ext, w, h, tn_w, tn_h, md5, fsize, filename, tim, thumb_path, reason)
|
insert into bans (action, board, length, now, name, trip, com, time, sub, nsfw, thumb, ext, w, h, tn_w, tn_h, md5, fsize, filename, tim, thumb_path, reason)
|
||||||
VALUES (
|
values (
|
||||||
:action,
|
:action,
|
||||||
:board,
|
:board,
|
||||||
:length,
|
:length,
|
||||||
|
|||||||
Reference in New Issue
Block a user