summaryrefslogtreecommitdiff
path: root/sqlparse
diff options
context:
space:
mode:
authorAki Ariga <chezou+github@gmail.com>2022-05-03 20:27:17 -0700
committerAndi Albrecht <albrecht.andi@gmail.com>2022-08-08 10:39:55 +0200
commit36687995cfd8d2f674c31f967512a6b17858ca0f (patch)
tree8ad59285fb95dd7760ee9d9676344f62815cd341 /sqlparse
parent049634a6e6d4d06483f85866d300263672ff68bf (diff)
downloadsqlparse-36687995cfd8d2f674c31f967512a6b17858ca0f.tar.gz
DIV is Operator
Diffstat (limited to 'sqlparse')
-rw-r--r--sqlparse/keywords.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py
index cd17d63..f2c24fb 100644
--- a/sqlparse/keywords.py
+++ b/sqlparse/keywords.py
@@ -241,6 +241,7 @@ KEYWORDS = {
'DISABLE': tokens.Keyword,
'DISCONNECT': tokens.Keyword,
'DISPATCH': tokens.Keyword,
+ 'DIV': tokens.Operator,
'DO': tokens.Keyword,
'DOMAIN': tokens.Keyword,
'DYNAMIC': tokens.Keyword,