| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove with statement to stay as compatible with older Python versions as pos... | Andi Albrecht | 2011-08-12 | 1 | -3/+3 |
| * | Code cleanup. | Andi Albrecht | 2011-08-12 | 1 | -8/+11 |
| * | Added Get_Comments, StripComments, IncludeStatement, ColumnsSelect and Limit ... | Jesús Leganés Combarro "Piranna" | 2011-08-11 | 1 | -3/+155 |
| * | Update version.0.1.3 | Andi Albrecht | 2011-07-29 | 1 | -1/+1 |
| * | Minor fixes to make the py3k version work again. | Andi Albrecht | 2011-07-29 | 1 | -1/+1 |
| * | Add parsing of MS Access column names with braces (fixes issue27). | Andi Albrecht | 2011-07-29 | 1 | -0/+1 |
| * | Detection of placeholders in paramterized queries (fixes issue22). | Andi Albrecht | 2011-07-25 | 1 | -1/+3 |
| * | Don't handle single chars as keywords. | Andi Albrecht | 2011-07-25 | 1 | -3/+3 |
| * | Releax keyword detection, when keywords are used as function names (fixes iss... | Andi Albrecht | 2011-07-24 | 1 | -1/+2 |
| * | Split statements with IF as functions correctly (fixes issue33). | Andi Albrecht | 2011-07-24 | 1 | -1/+5 |
| * | Detect function aliases better. | Andi Albrecht | 2011-07-24 | 1 | -4/+5 |
| * | Allow functions in identifer lists (targest issue10). | Andi Albrecht | 2011-07-23 | 1 | -1/+1 |
| * | Print list index in front of element. | Andi Albrecht | 2011-07-23 | 1 | -3/+4 |
| * | Enable pretty print function again. | Andi Albrecht | 2011-07-23 | 1 | -13/+12 |
| * | Make sure that identifier lists in subselects with alias are grouped correctly. | Andi Albrecht | 2011-07-23 | 1 | -1/+1 |
| * | Avoid parsing of names as keywords (fixes issue39). | Andi Albrecht | 2011-07-20 | 1 | -0/+1 |
| * | Fix removal of comments when strip_comments is True (fixes issue38). | Andi Albrecht | 2011-06-10 | 1 | -4/+10 |
| * | Don't group trailing whitepsace in WHERE clauses (fixes issue35). | Andi Albrecht | 2011-04-13 | 2 | -4/+10 |
| * | Ignore case in token.match() for all keyword types (fixes issue34). | Andi Albrecht | 2011-03-17 | 1 | -1/+1 |
| * | Handle REPLACE as DML token and recognize hex numbers (thanks Ervin). | Andi Albrecht | 2011-02-28 | 2 | -1/+2 |
| * | Fix formatting issue with extended CASE statements. | Andi Albrecht | 2011-02-28 | 1 | -1/+2 |
| * | return a bit earlier in change_splitlevel(). | Andi Albrecht | 2011-02-11 | 1 | -0/+1 |
| * | Fix typo (thanks again, Kris). | Andi Albrecht | 2011-01-26 | 1 | -1/+1 |
| * | Improve float parsing (thanks, Kris). | Andi Albrecht | 2011-01-26 | 1 | -0/+1 |
| * | Bump version to 0.1.2.0.1.2 | Andi Albrecht | 2010-11-23 | 1 | -1/+1 |
| * | Add NOT NULL as keyword (fixes issue18). | Andi Albrecht | 2010-11-22 | 1 | -0/+1 |
| * | Ignore identifiers in double-quotes when changing identifier case (fixes issu... | Andi Albrecht | 2010-11-21 | 1 | -0/+6 |
| * | Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19). | Andi Albrecht | 2010-11-21 | 1 | -0/+2 |
| * | Ignore AND after BETWEEN when reindenting statements (fixes issue14). | Andi Albrecht | 2010-11-21 | 1 | -5/+12 |
| * | Merged | Andi Albrecht | 2010-11-21 | 1 | -2/+8 |
| |\ |
|
| | * | Backed out changeset 489299fc3548 | Andi Albrecht | 2010-11-21 | 1 | -2/+8 |
| * | | Group extended identifiers (fixes issue15). | Andi Albrecht | 2010-11-21 | 1 | -2/+4 |
| |/ |
|
| * | Include patches from extras/py3k/fixes.diff (fixes issue12). | Andi Albrecht | 2010-11-21 | 1 | -8/+2 |
| * | Remove next() patch (targets issue12). | Andi Albrecht | 2010-11-21 | 1 | -1/+6 |
| * | Match single line comments at end of string. | Andi Albrecht | 2010-11-14 | 1 | -1/+4 |
| * | Check for None values in options dict, reported by Marco44. | Andi Albrecht | 2010-08-26 | 1 | -2/+2 |
| * | Fix typo: Comparsion -> Comparison. | Andi Albrecht | 2010-07-04 | 4 | -9/+9 |
| * | PEP8: Code cleanup. | Andi Albrecht | 2010-07-04 | 7 | -60/+76 |
| * | Clean up imports. | Andi Albrecht | 2010-07-04 | 5 | -673/+668 |
| * | Improve statement detection for DECLARE statements outside function/procedure... | Andi Albrecht | 2010-06-23 | 1 | -3/+3 |
| * | Improve detection of escaped single quotes (fixes issue13, reported by Martin... | Andi Albrecht | 2010-06-17 | 1 | -2/+2 |
| * | Fix an issue with trailing whitespaces (reported by Kris). | Andi Albrecht | 2010-02-18 | 1 | -1/+5 |
| * | Improved case detection for CASE structures without WHEN in first case. | Andreas Albrecht | 2009-10-22 | 1 | -2/+8 |
| * | Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, repor... | Andi Albrecht | 2009-09-12 | 2 | -1/+9 |
| * | Use utf-8 instead of latin-1 as default encoding. | Andi Albrecht | 2009-09-02 | 1 | -2/+2 |
| * | Remove duplicated keywords. | Andi Albrecht | 2009-08-27 | 1 | -26/+0 |
| * | Improve detection of identifier aliases (fixes issue8). | Andi Albrecht | 2009-07-13 | 1 | -1/+6 |
| * | Keep function arguments together: | Andi Albrecht | 2009-07-12 | 1 | -1/+1 |
| * | Query token ancestry. | Andi Albrecht | 2009-07-12 | 1 | -0/+26 |
| * | Add parent relationships. | Andi Albrecht | 2009-07-12 | 1 | -1/+5 |