| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add UNLOCK keyword | Oleg Broytman | 2017-04-14 | 1 | -0/+1 |
| * | CONCURRENTLY should be handled as a keyword | Rowan Seymour | 2017-02-09 | 1 | -0/+1 |
| * | Don't treat GROUPS as a keyword, it's too common for table names. | Andi Albrecht | 2017-01-24 | 1 | -1/+2 |
| * | Don't treat STATE as a keyword, it causes too much troubles (fixes #296). | Andi Albrecht | 2017-01-23 | 1 | -1/+1 |
| * | Fix parsing of UNION ALL (fixes #294). | Andi Albrecht | 2016-09-26 | 1 | -0/+1 |
| * | Correct license link (fixes #288). | Andi Albrecht | 2016-09-14 | 1 | -1/+1 |
| * | Fix parsing of names containing special chars (fixes 291). | Andi Albrecht | 2016-09-14 | 1 | -2/+2 |
| * | Alternate solution for #277 | Victor Uriarte | 2016-08-13 | 1 | -1/+1 |
| * | Revert "Parse double dollars (PostgreSQL) as literal strings (fixes #277)." | Victor Uriarte | 2016-08-13 | 1 | -11/+2 |
| * | Parse double dollars (PostgreSQL) as literal strings (fixes #277). | Andi Albrecht | 2016-08-13 | 1 | -2/+11 |
| * | Format keywords.py | Victor Uriarte | 2016-06-28 | 1 | -2/+4 |
| * | Merge pull request #269 from dlenski/oracle-11g-keywords | Vik | 2016-06-28 | 1 | -1/+134 |
| |\ |
|
| | * | add all Oracle 11g NON-RESERVED keywords (in a separate dict, as @vmuriart su... | Dan Lenski | 2016-06-28 | 1 | -1/+106 |
| | * | I think ROWID, ROWLABEL, ROWNUM, and SYSDATE should be classified as Name.Bui... | Dan Lenski | 2016-06-26 | 1 | -4/+4 |
| | * | add all Oracle 11g reserved words that aren't already in sqlparse.keywords | Dan Lenski | 2016-06-26 | 1 | -0/+28 |
| * | | Add RETURNING keyword | Darik Gamble | 2016-06-24 | 1 | -0/+1 |
| |/ |
|
| * | Rewrite regex to allow spaces between `name` and `.` | Victor Uriarte | 2016-06-04 | 1 | -1/+5 |
| * | Clean regex for Number tokens | Victor Uriarte | 2016-06-04 | 1 | -4/+6 |
| * | Simplify regex [^\W\d_] | Victor Uriarte | 2016-06-04 | 1 | -6/+10 |
| * | Refactor regex Func/keyword exceptions together | Victor Uriarte | 2016-06-04 | 1 | -5/+3 |
| * | Rewrite wildcard and placeholder regex | Victor Uriarte | 2016-06-04 | 1 | -4/+7 |
| * | Improve Comment Regex and add Comment.Hint for Oracle | Victor Uriarte | 2016-06-04 | 1 | -4/+4 |
| * | Allow re to compile once | Victor Uriarte | 2016-06-04 | 1 | -0/+5 |
| * | Simplify multi-line comments | Victor Uriarte | 2016-06-04 | 1 | -8/+3 |
| * | Add or Update copyright year to files | Victor Uriarte | 2016-06-04 | 1 | -0/+5 |
| * | Refactor var Lexer.tokens & func is_keyword | Victor Uriarte | 2016-05-29 | 1 | -0/+67 |
| * | Token keyword correction | CauĂȘ Beloni | 2016-03-29 | 1 | -1/+1 |
| * | Ensure get_type() works for queries that use WITH. | Andrew Tipton | 2016-03-02 | 1 | -1/+1 |
| * | Add keyword 'SEQUENCE' | Shen Longxing | 2015-12-22 | 1 | -0/+1 |
| * | fix issue #215 | Shen Longxing | 2015-12-18 | 1 | -0/+1 |
| * | Sort Name.Builtin. | Andi Albrecht | 2015-01-17 | 1 | -5/+5 |
| * | Add TINYINT keyword (fixes #154). | Andi Albrecht | 2015-01-17 | 1 | -0/+1 |
| * | Add SIGNED keyword (fixes #155). | Andi Albrecht | 2015-01-17 | 1 | -0/+1 |
| * | Add UNSIGNED keyword (fixes #156). | Andi Albrecht | 2015-01-17 | 1 | -0/+1 |
| * | Revert last change. | Andi Albrecht | 2014-11-30 | 1 | -1/+1 |
| * | Clean up keywords a bit. | Andi Albrecht | 2014-11-30 | 1 | -1/+1 |
| * | Issue 124 - Added COLLECT keyword | Cristian Orellana | 2014-01-16 | 1 | -0/+1 |
| * | Fix: fixed COALESCE keyword, it had a type. Add: Added MERGE keyword | Cristian Orellana | 2014-01-09 | 1 | -1/+2 |
| * | Support for BEGIN/END blocks, add FOREACH keyword. | Andi Albrecht | 2013-11-19 | 1 | -1/+2 |
| * | Update keywords.py | Victor Hahn | 2013-10-29 | 1 | -4/+4 |
| * | add FULL to common keywords (frequently used in OUTER JOIN definitions) | Alexander Beedie | 2013-09-02 | 1 | -0/+1 |
| * | Added token 'USE' to keywords | mulos | 2013-06-06 | 1 | -0/+1 |
| * | Fix typo in keyword list (fixes issue92). | Andi Albrecht | 2013-04-28 | 1 | -1/+1 |
| * | Added STRAIGHT_JOIN token. | Yago Riveiro | 2013-04-25 | 1 | -0/+1 |
| * | Add order criterion to identifier in ORDER BY clause (fixes #89). | Andi Albrecht | 2013-04-05 | 1 | -2/+2 |
| * | PEP8'ified to code a bit. | Andi Albrecht | 2012-11-12 | 1 | -6/+6 |
| * | Don't handle single chars as keywords. | Andi Albrecht | 2011-07-25 | 1 | -3/+3 |
| * | Handle REPLACE as DML token and recognize hex numbers (thanks Ervin). | Andi Albrecht | 2011-02-28 | 1 | -1/+1 |
| * | Fix typo (thanks again, Kris). | Andi Albrecht | 2011-01-26 | 1 | -1/+1 |
| * | Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19). | Andi Albrecht | 2010-11-21 | 1 | -0/+2 |