Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-up | Jesús Leganés Combarro "Piranna" | 2012-06-03 | 1 | -7/+0 |
| | |||||
* | Finally fixed Issue #50 :-) | Jesús Leganés Combarro "Piranna" | 2012-06-03 | 1 | -7/+9 |
| | |||||
* | Started new design for group_identifier_list() | Jesús Leganés Combarro "Piranna" | 2012-06-03 | 1 | -10/+16 |
| | |||||
* | Fixed issue_50 (with some pending regressions) | Jesús Leganés Combarro "Piranna" | 2012-06-02 | 1 | -11/+15 |
| | |||||
* | Renamed function | Jesús Leganés Combarro "Piranna" | 2012-06-02 | 1 | -3/+3 |
| | |||||
* | Optimized | Jesús Leganés Combarro "Piranna" | 2012-06-02 | 1 | -18/+15 |
| | |||||
* | Fixed bug on identifiers | Jesús Leganés Combarro "Piranna" | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Improvements on identifierlist | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -10/+22 |
| | |||||
* | Commented group_identifier_list() | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -5/+16 |
| | |||||
* | Cleaned group_identifier_list() | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -16/+21 |
| | |||||
* | various optimizations in sql.py | quest | 2012-04-22 | 1 | -1/+2 |
| | |||||
* | Properly group placeholders in identifier lists (fixes #52). | Andi Albrecht | 2012-04-19 | 1 | -0/+1 |
| | |||||
* | Pretty formatting of role keyword in identifier list (fixes #49). | Andi Albrecht | 2012-04-19 | 1 | -0/+1 |
| | |||||
* | Pretty format comments in identifier lists (fixes issue59). | Andi Albrecht | 2012-04-19 | 1 | -14/+16 |
| | |||||
* | Handle asterisks as operators when grouping identifiers (fixes issue58). | Andi Albrecht | 2012-02-26 | 1 | -1/+3 |
| | |||||
* | Allow CASE statements as identifiers (fixes issue46). | Andi Albrecht | 2011-09-29 | 1 | -1/+2 |
| | |||||
* | Detect alias for CASE statements (targets issue46). | Andi Albrecht | 2011-09-29 | 1 | -6/+5 |
| | |||||
* | Merged. | Andi Albrecht | 2011-09-27 | 1 | -2/+4 |
|\ | |||||
| * | Code cleanup. | Andi Albrecht | 2011-09-06 | 1 | -2/+4 |
| | | |||||
* | | Choose first token during identifier grouping when both names/symbols and ↵ | Andi Albrecht | 2011-09-27 | 1 | -6/+19 |
|/ | | | | functions are found (fixes issue45). | ||||
* | 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 |
| | |||||
* | Make sure that identifier lists in subselects with alias are grouped correctly. | Andi Albrecht | 2011-07-23 | 1 | -1/+1 |
| | |||||
* | Don't group trailing whitepsace in WHERE clauses (fixes issue35). | Andi Albrecht | 2011-04-13 | 1 | -1/+2 |
| | |||||
* | Group extended identifiers (fixes issue15). | Andi Albrecht | 2010-11-21 | 1 | -2/+4 |
| | |||||
* | Remove next() patch (targets issue12). | Andi Albrecht | 2010-11-21 | 1 | -1/+6 |
| | |||||
* | Fix typo: Comparsion -> Comparison. | Andi Albrecht | 2010-07-04 | 1 | -4/+4 |
| | |||||
* | PEP8: Code cleanup. | Andi Albrecht | 2010-07-04 | 1 | -20/+30 |
| | |||||
* | Clean up imports. | Andi Albrecht | 2010-07-04 | 1 | -30/+33 |
| | | | | | Removed wildcard imports, mainly to keep pyflakes quiet. But this change lifted some wrong imports and class usage. | ||||
* | Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, ↵ | Andi Albrecht | 2009-09-12 | 1 | -1/+1 |
| | | | | reported by estama). | ||||
* | Improve detection of identifier aliases (fixes issue8). | Andi Albrecht | 2009-07-13 | 1 | -1/+6 |
| | |||||
* | Detect functions if they are used as identifiers. | Andi Albrecht | 2009-07-12 | 1 | -9/+19 |
| | |||||
* | Distinguish between operators that are part of a comparsion and others. | Andi Albrecht | 2009-07-12 | 1 | -2/+3 |
| | |||||
* | Cleaned up some unused imports. | Andi Albrecht | 2009-06-11 | 1 | -3/+0 |
| | |||||
* | Grouping of function/procedure calls. | Andi Albrecht | 2009-05-27 | 1 | -0/+17 |
| | |||||
* | Fixed grouping of semicolons within assignments. | Andi Albrecht | 2009-05-14 | 1 | -2/+6 |
| | |||||
* | Make sure that operators in comparsions are not handled too lazy. | Andi Albrecht | 2009-05-14 | 1 | -3/+11 |
| | |||||
* | * Added missing SET keyword. | Andi Albrecht | 2009-05-05 | 1 | -0/+1 |
| | | | | * IdentifierList.get_identifiers() now returns not only Identifier instances. | ||||
* | Improved parsing of identifier lists (targets issue2). | Andi Albrecht | 2009-05-03 | 1 | -24/+37 |
| | |||||
* | Recurse into subgroups when grouping case statements. | Andi Albrecht | 2009-04-24 | 1 | -1/+2 |
| | |||||
* | Handle wildcards in identifiers. | Andi Albrecht | 2009-04-24 | 1 | -1/+3 |
| | |||||
* | Analyse AS recursive (fixes issue4). | Andi Albrecht | 2009-04-21 | 1 | -13/+16 |
| | |||||
* | Moved syntactical units to sql module. | Andi Albrecht | 2009-04-06 | 1 | -308/+1 |
| | |||||
* | Initial import. | Andi Albrecht | 2009-04-03 | 1 | -0/+537 |