Skip to content

Commit

Permalink
Merge pull request #1162 from mohamedrezk122/remove-duplicate-token
Browse files Browse the repository at this point in the history
Remove duplicate `SMALLINT` token in `sqlcompleter`
  • Loading branch information
amjith authored May 13, 2024
2 parents 3bc201e + 326a5d6 commit af5a17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mycli/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Contributors:
* Alfred Wingate
* Zhanze Wang
* Houston Wong
* Mohamed Rezk


Created by:
Expand Down
2 changes: 1 addition & 1 deletion mycli/sqlcompleter.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SQLCompleter(Completer):
'PORT', 'PRIMARY', 'PRIVILEGES', 'PROCESSLIST', 'PURGE',
'REFERENCES', 'REGEXP', 'RENAME', 'REPAIR', 'RESET', 'REVOKE',
'RIGHT', 'ROLLBACK', 'ROW', 'ROWS', 'ROW_FORMAT', 'SAVEPOINT',
'SESSION', 'SET', 'SHARE', 'SHOW', 'SLAVE', 'SMALLINT', 'SMALLINT',
'SESSION', 'SET', 'SHARE', 'SHOW', 'SLAVE', 'SMALLINT',
'START', 'STOP', 'TABLE', 'THEN', 'TINYINT', 'TO', 'TRANSACTION',
'TRIGGER', 'TRUNCATE', 'UNION', 'UNIQUE', 'UNSIGNED', 'USE',
'USER', 'USING', 'VALUES', 'VARCHAR', 'VIEW', 'WHEN', 'WITH'
Expand Down

0 comments on commit af5a17d

Please sign in to comment.