summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* MergeAndi Albrecht2011-01-261-1/+2
|\
| * Add TODO item.Andi Albrecht2011-01-071-1/+2
* | Improve float parsing (thanks, Kris).Andi Albrecht2011-01-262-0/+15
|/
* Changes to manpage by Andriy Senkovych.Andi Albrecht2010-12-211-3/+5
* Include Sphinx-related files in sdist.Andi Albrecht2010-12-161-3/+6
* Fix a Py3K regression.Andi Albrecht2010-12-092-2/+2
* Add sqlformat manpage, by Andriy Senkovych.Andi Albrecht2010-12-092-1/+65
* Added tag 0.1.2 for changeset 079b282ad3eeAndi Albrecht2010-11-231-0/+1
* Bump version to 0.1.2.0.1.2Andi Albrecht2010-11-232-3/+4
* Fix import paths in Sphinx conf.Andi Albrecht2010-11-231-4/+7
* Mention issue 18 in Changelog.Andi Albrecht2010-11-221-1/+1
* Add NOT NULL as keyword (fixes issue18).Andi Albrecht2010-11-221-0/+1
* Ignore identifiers in double-quotes when changing identifier case (fixes issu...Andi Albrecht2010-11-213-1/+8
* Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19).Andi Albrecht2010-11-212-1/+3
* Ignore AND after BETWEEN when reindenting statements (fixes issue14).Andi Albrecht2010-11-213-6/+21
* MergedAndi Albrecht2010-11-213-3/+43
|\
| * Backed out changeset 489299fc3548Andi Albrecht2010-11-213-3/+43
* | Group extended identifiers (fixes issue15).Andi Albrecht2010-11-213-3/+13
|/
* Include patches from extras/py3k/fixes.diff (fixes issue12).Andi Albrecht2010-11-213-43/+3
* Remove next() patch (targets issue12).Andi Albrecht2010-11-212-12/+6
* Update CHANGES.Andi Albrecht2010-11-211-1/+3
* Match single line comments at end of string.Andi Albrecht2010-11-142-1/+14