| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add more Postgres types. [1] | Jesse Claven | 2017-12-18 | 1 | -0/+27 |
| * | Fix typostypo | Victor Uriarte | 2017-11-29 | 1 | -2/+2 |
| * | Merge branch 'master' into master | Andi Albrecht | 2017-09-21 | 1 | -10/+27 |
| |\ |
|
| | * | Code cleanup. | Andi Albrecht | 2017-09-14 | 1 | -11/+11 |
| | * | Merge pull request #357 from Demetrio92/master | Andi Albrecht | 2017-09-14 | 1 | -0/+16 |
| | |\ |
|
| | | * | add PL/pgSQL syntax | Demetrio92 | 2017-08-07 | 1 | -0/+16 |
| | * | | Extend alphas with accented characters | mvbentes | 2017-08-25 | 1 | -7/+7 |
| | |/ |
|
| | * | Don't treat sysdate as a builtin (fixes #344). | Andi Albrecht | 2017-07-29 | 1 | -1/+1 |
| | * | Recognize MySQL table names starting with digits (fixes #337). | Andi Albrecht | 2017-05-25 | 1 | -2/+2 |
| | * | Add MySQL keywords: ENGINE, AUTO_INCREMENT, CHARSET | Oleg Broytman | 2017-05-11 | 1 | -0/+3 |
| * | | adds '1.' option support for float numbers regex | atronah | 2017-04-30 | 1 | -2/+3 |
| |/ |
|
| * | 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 |