| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix parsing of UNION ALL (fixes #294). | Andi Albrecht | 2016-09-26 | 1 | -0/+6 |
| | | |||||
| * | Fix parsing of names containing special chars (fixes 291). | Andi Albrecht | 2016-09-14 | 1 | -0/+14 |
| | | |||||
| * | Avoid double apostrophes | Oleg Broytman | 2016-08-06 | 1 | -0/+6 |
| | | | | | | | | | If the value is Single it's already quoted with apostrophes. Avoid double apostrophes it that case by using double-quotes instead. For example, if the value is 'value' the output is "'value'" instead of ''value''. | ||||
| * | Parametrize tests | Victor Uriarte | 2016-06-20 | 1 | -24/+7 |
| | | | | | | | Allows for tests to continue if the first assert had failed. In particular useful when certain change is dealing with two almost opposing edge cases. | ||||
| * | Remove some test classes and clean-up | Victor Uriarte | 2016-06-20 | 1 | -139/+143 |
| | | |||||
| * | Replace other UnitTest with Py.Test | Victor Uriarte | 2016-06-20 | 1 | -58/+62 |
| | | |||||
| * | Replace ndiffAssertEqual with Py.Test | Victor Uriarte | 2016-06-20 | 1 | -3/+0 |
| | | |||||
| * | Change argument order to match order of all other functions | Victor Uriarte | 2016-06-14 | 1 | -7/+5 |
| | | |||||
| * | Merge remote-tracking branch 'core/long_live_indexes' into develop | Victor Uriarte | 2016-06-14 | 1 | -3/+3 |
| |\ | |||||
| * | | Remove token_first; its redundant to token_next(idx=0) | Victor Uriarte | 2016-06-12 | 1 | -3/+3 |
| | | | |||||
| * | | Apply new-style str format | Victor Uriarte | 2016-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | Allow tokenlists to skip over comments | Victor Uriarte | 2016-06-04 | 1 | -1/+1 |
| | | | | | | | | | Rename ignore_cm to skip_cm for consistency | ||||
| * | | Update test to current lexer functions | Victor Uriarte | 2016-06-04 | 1 | -9/+4 |
| | | | |||||
| * | | Remove undocumented ws handlers from lexer.py | Victor Uriarte | 2016-05-29 | 1 | -7/+0 |
| |/ | | | | | Removing nl before tokenizing breaks comments (stripnl/stripall) Remove tab-expansion. | ||||
| * | Code cleanup in tests. | Andi Albrecht | 2015-10-26 | 1 | -27/+27 |
| | | |||||
| * | Fix tab expansion for Python 3. | Andi Albrecht | 2015-10-26 | 1 | -2/+0 |
| | | |||||
| * | Use compat module for single Python 2/3 code base. | Andi Albrecht | 2015-10-26 | 1 | -4/+1 |
| | | | | | This change includes minor fixes and code cleanup too. | ||||
| * | Add test case for JOIN, update Changelog and AUTHORS. | Andi Albrecht | 2013-10-24 | 1 | -5/+6 |
| | | |||||
| * | Allow whitespaces in certain keywords (fixes #97). | Andi Albrecht | 2013-06-17 | 1 | -0/+26 |
| | | |||||
| * | Python 3 is now fully supported without any patches. | Andi Albrecht | 2012-12-31 | 1 | -1/+6 |
| | | | | | | | | | | This change makes the extras/py3k stuff obsolete and installing for Python 3 is as easy as "python3 setup.py install". setup.py uses distribute's use_2to3 flag to automatically run 2to3 when Python 3 is used. \o/ Happy New Year, everyone! | ||||
| * | PEP8'ified to code a bit. | Andi Albrecht | 2012-11-12 | 1 | -30/+31 |
| | | |||||
| * | We can now work with file-like objects. | quest | 2012-04-21 | 1 | -0/+39 |
| | | |||||
| * | Fixed lexer to accept negative numbers (fixes issue56). | Kevin Jing Qiu | 2012-01-10 | 1 | -0/+6 |
| | | |||||
| * | Fix incorrect detection of keyword fragments in names (fixes issue7, ↵ | Andi Albrecht | 2009-06-24 | 1 | -0/+21 |
| | | | | | reported and initial patch by andyboyko). | ||||
| * | * Python and PHP output filter now add a trailing whitespace. | Andi Albrecht | 2009-05-06 | 1 | -0/+5 |
| | | | | | * More test coverage. | ||||
| * | Code cleanup and test coverage. | Andi Albrecht | 2009-05-06 | 1 | -0/+46 |
| | | |||||
| * | Added unittest for issue1 (linebreaks). | Andi Albrecht | 2009-05-03 | 1 | -0/+14 |
| | | |||||
| * | Recognize backticks quoting identifiers. | Andi Albrecht | 2009-04-29 | 1 | -0/+5 |
| | | |||||
| * | Initial import. | Andi Albrecht | 2009-04-03 | 1 | -0/+21 |
