| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added test for issue_66 (needs more definition)issue_66 | Jesús Leganés Combarro "Piranna" | 2012-06-10 | 1 | -0/+55 |
| | | |||||
| * | Fixed issue #6 | Jesús Leganés Combarro "Piranna" | 2012-06-10 | 1 | -1/+1 |
| | | | | | | | It needs a "hack" at first identifier since we can't be able to access to it's previous whitespace, and also we would need more work to get the offset taking in account the previous tokens, so by the moment we leave only normal whitespaces. | ||||
| * | Moved tests for issues to own issues package | Jesús Leganés Combarro "Piranna" | 2012-06-10 | 3 | -0/+0 |
| | | |||||
| * | Added test for issue #6 | Jesús Leganés Combarro "Piranna" | 2012-06-10 | 1 | -0/+24 |
| | | |||||
| * | Merge branch 'master' into milestone_0.1.5 | Jesús Leganés Combarro "Piranna" | 2012-06-03 | 2 | -10/+42 |
| |\ | | | | | | | | | Conflicts: tests/files/_Make_DirEntry.sql | ||||
| | * | Added mising sql file for tests | Jesús Leganés Combarro "Piranna" | 2012-05-27 | 1 | -0/+6 |
| | | | |||||
| | * | Fixed test_includeStatement | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -1/+1 |
| | | | |||||
| | * | Finished test for IncludeStatement | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -2/+5 |
| | | | |||||
| | * | Fixed 'compact' tests | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -4/+21 |
| | | | |||||
| | * | Fixed some tests | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -3/+15 |
| | | | |||||
| | * | Updated tests | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -4/+4 |
| | | | |||||
| * | | Added missing sql file for tests | Jesús Leganés Combarro "Piranna" | 2012-06-03 | 1 | -0/+6 |
| | | | |||||
| * | | Merge branch 'issue_50' into milestone_0.1.5 | Jesús Leganés Combarro "Piranna" | 2012-06-03 | 1 | -6/+5 |
| |\ \ | |||||
| | * | | Clean-up | Jesús Leganés Combarro "Piranna" | 2012-06-03 | 2 | -2/+0 |
| | | | | |||||
| | * | | Started new design for group_identifier_list() | Jesús Leganés Combarro "Piranna" | 2012-06-03 | 1 | -0/+1 |
| | | | | |||||
| | * | | Cleaned test (now is more legible) | Jesús Leganés Combarro "Piranna" | 2012-06-01 | 1 | -5/+4 |
| | | | | |||||
| | * | | Added comments and documentation to _get_offset() | Jesús Leganés Combarro "Piranna" | 2012-05-18 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into milestone_0.1.5 | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -0/+128 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Merge branch 'master' into antiorm | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -0/+6 |
| | |\ | | | | | | | | | | | | | Conflicts: sqlparse/filters.py | ||||
| | * | | Fixed comments by Andi | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -7/+7 |
| | | | | |||||
| | * | | Added compact filter and tests | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 1 | -1/+26 |
| | | | | |||||
| | * | | Added tests for functions | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 1 | -0/+103 |
| | | | | |||||
| * | | | Added test for Issue #50 | Jesús Leganés Combarro "Piranna" | 2012-05-18 | 1 | -0/+24 |
| | |/ |/| | |||||
| * | | Merge pull request #67 from piranna/master | Andi Albrecht | 2012-05-15 | 1 | -2/+2 |
| |\ \ | |/ | | | Some optimizations | ||||
| | * | Put common code from Python and PHP output filters in OutputFilter | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 1 | -2/+2 |
| | | | |||||
| * | | VALUES was incorrectly treated as a function | quest | 2012-04-22 | 1 | -0/+6 |
| |/ | |||||
| * | splitstream -> parsestream | quest | 2012-04-21 | 1 | -3/+3 |
| | | |||||
| * | Always use a stream internally; makes things more readable. | quest | 2012-04-21 | 1 | -1/+0 |
| | | |||||
| * | We can now work with file-like objects. | quest | 2012-04-21 | 2 | -0/+54 |
| | | |||||
| * | Preserve whitespace after subgroups. | Andi Albrecht | 2012-04-19 | 1 | -0/+6 |
| | | |||||
| * | Added tests for StripWhitespace | Jesús Leganés Combarro "Piranna" | 2012-03-24 | 1 | -0/+75 |
| | | |||||
| * | Changed get_identifiers() to be a generator | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -1/+1 |
| | | |||||
| * | Change all internal use of to_unicode() to __unicode__() and marked former ↵ | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -12/+12 |
| | | | | | one as deprecated. | ||||
| * | Added test for Issue 57 | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 2 | -0/+19 |
| | | |||||
| * | Fixed lexer to accept negative numbers (fixes issue56). | Kevin Jing Qiu | 2012-01-10 | 1 | -0/+6 |
| | | |||||
| * | Detect alias for CASE statements (targets issue46). | Andi Albrecht | 2011-09-29 | 1 | -0/+5 |
| | | |||||
| * | Make keyword detection more restrict (fixes issue47). | Andi Albrecht | 2011-09-29 | 1 | -0/+4 |
| | | | | | | Keywords most likely don't follow dots. Maybe there are other exclusions too, but for now let's just go with this one. | ||||
| * | Merged. | Andi Albrecht | 2011-09-27 | 1 | -0/+69 |
| |\ | |||||
| | * | Replace assertListEqual by assertEqual for backwards compatibility. | Andi Albrecht | 2011-09-04 | 1 | -7/+7 |
| | | | | | | | | | | | There's no need to call assertListEqual, assertEqual() in Python >= 2.7 automatically chooses the right equality function for us. | ||||
| | * | Move pipeline test to tests/ directory. | Andi Albrecht | 2011-09-04 | 1 | -0/+69 |
| | | | |||||
| * | | Choose first token during identifier grouping when both names/symbols and ↵ | Andi Albrecht | 2011-09-27 | 1 | -1/+6 |
| |/ | | | | functions are found (fixes issue45). | ||||
| * | Minor fixes to make the py3k version work again. | Andi Albrecht | 2011-07-29 | 1 | -1/+2 |
| | | |||||
| * | Add parsing of MS Access column names with braces (fixes issue27). | Andi Albrecht | 2011-07-29 | 1 | -0/+7 |
| | | |||||
| * | Detection of placeholders in paramterized queries (fixes issue22). | Andi Albrecht | 2011-07-25 | 1 | -0/+20 |
| | | |||||
| * | Make sure that stand-alone comments are parsed correctly (fixes issue26). | Andi Albrecht | 2011-07-25 | 1 | -0/+18 |
| | | |||||
| * | Releax keyword detection, when keywords are used as function names (fixes ↵ | Andi Albrecht | 2011-07-24 | 1 | -0/+7 |
| | | | | | issue36). | ||||
| * | Split statements with IF as functions correctly (fixes issue33). | Andi Albrecht | 2011-07-24 | 1 | -0/+7 |
| | | |||||
| * | Detect function aliases better. | Andi Albrecht | 2011-07-24 | 1 | -0/+4 |
| | | |||||
| * | Make sure that identifier lists in subselects with alias are grouped correctly. | Andi Albrecht | 2011-07-23 | 1 | -0/+32 |
| | | |||||
| * | Avoid parsing of names as keywords (fixes issue39). | Andi Albrecht | 2011-07-20 | 1 | -0/+10 |
| | | |||||
