summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Move pipeline test to tests/ directory.Andi Albrecht2011-09-042-72/+69
| | * Converted test function of pipeline in standard UnitTestJesús Leganés Combarro "Piranna"2011-09-021-52/+65
| | * Added pipeline support maintaining backward compatibility.Jesús Leganés Combarro "Piranna"2011-08-183-1/+105
| | * Merge with 67e8f639f13c44c1b030f517c97ac08b746b72eaJesús Leganés Combarro "Piranna"2011-08-162-0/+435
| | |\
| | * | Changed ColumnsSelect from yielding tokens to yielding column names (strings)Jesús Leganés Combarro "Piranna"2011-08-131-3/+3
| * | | Code cleanup.Andi Albrecht2011-09-063-6/+9
| | |/ | |/|
* | | Choose first token during identifier grouping when both names/symbols and fun...Andi Albrecht2011-09-273-7/+33
|/ /
* | Add googlecode_atom.py required by buildbot.Andi Albrecht2011-08-131-0/+171
* | Merge.Andi Albrecht2011-08-133-3/+165
|\ \ | |/
| * Remove with statement to stay as compatible with older Python versions as pos...Andi Albrecht2011-08-121-3/+3
| * Remove duplicate "Contributors" line.Andi Albrecht2011-08-121-2/+0
| * Add Jesús Leganés Combarro to AUTHORS.Andi Albrecht2011-08-121-0/+6
| * Code cleanup.Andi Albrecht2011-08-121-8/+11
| * MergeAndi Albrecht2011-08-121-3/+155
| |\
| | * Added Get_Comments, StripComments, IncludeStatement, ColumnsSelect and Limit ...Jesús Leganés Combarro "Piranna"2011-08-111-3/+155
| * | mergeAndi Albrecht2011-08-0940-673/+400
| |\ \ | | |/
| * | Add link to post on mailing list with comments.Andi Albrecht2011-08-091-0/+3
* | | Add buildbot configuration.Andi Albrecht2011-08-131-0/+264
| |/ |/|
* | Silence UnicodeDecodeErrors, but try to collect some demo data.Andi Albrecht2011-08-041-1/+12
* | Decode uploaded files data.Andi Albrecht2011-08-021-1/+1
* | Don't write diffs when generating py3k version.Andi Albrecht2011-07-301-5/+4
* | This is 0.1.3Andi Albrecht2011-07-291-0/+1
* | Update version.0.1.3Andi Albrecht2011-07-292-3/+3
* | Minor fixes to make the py3k version work again.Andi Albrecht2011-07-292-2/+3
* | Remove obsolete Django version of web application.Andi Albrecht2011-07-2942-1515/+0
* | Replace Django by Flask in App Engine frontend (fixes issue11).Andi Albrecht2011-07-2963-169/+1389
* | Add parsing of MS Access column names with braces (fixes issue27).Andi Albrecht2011-07-293-0/+10
|/
* Detection of placeholders in paramterized queries (fixes issue22).Andi Albrecht2011-07-253-1/+25
* Add reference to issue29.Andi Albrecht2011-07-251-2/+2
* Make sure that stand-alone comments are parsed correctly (fixes issue26).Andi Albrecht2011-07-252-0/+19
* Don't handle single chars as keywords.Andi Albrecht2011-07-252-3/+4
* Use other button.Andi Albrecht2011-07-252-14/+3
* Releax keyword detection, when keywords are used as function names (fixes iss...Andi Albrecht2011-07-243-1/+11
* Split statements with IF as functions correctly (fixes issue33).Andi Albrecht2011-07-243-1/+14
* Update appengine app.Andi Albrecht2011-07-243-1/+18
* Detect function aliases better.Andi Albrecht2011-07-242-4/+9
* Allow functions in identifer lists (targest issue10).Andi Albrecht2011-07-231-1/+1
* Print list index in front of element.Andi Albrecht2011-07-231-3/+4
* Enable pretty print function again.Andi Albrecht2011-07-231-13/+12
* Make sure that identifier lists in subselects with alias are grouped correctly.Andi Albrecht2011-07-233-2/+36
* Avoid parsing of names as keywords (fixes issue39).Andi Albrecht2011-07-203-0/+12
* Fix removal of comments when strip_comments is True (fixes issue38).Andi Albrecht2011-06-103-4/+18
* Don't group trailing whitepsace in WHERE clauses (fixes issue35).Andi Albrecht2011-04-134-6/+21
* Move regression tests.Andi Albrecht2011-03-174-37/+22
* Ignore case in token.match() for all keyword types (fixes issue34).Andi Albrecht2011-03-172-1/+15
* Handle REPLACE as DML token and recognize hex numbers (thanks Ervin).Andi Albrecht2011-02-282-1/+2
* Fix formatting issue with extended CASE statements.Andi Albrecht2011-02-282-1/+10
* return a bit earlier in change_splitlevel().Andi Albrecht2011-02-111-0/+1
* Add Changlog entry.Andi Albrecht2011-01-261-1/+8
* Fix typo (thanks again, Kris).Andi Albrecht2011-01-261-1/+1