summaryrefslogtreecommitdiff
path: root/sqlparse/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump version.0.1.6Andi Albrecht2013-01-011-1/+1
|
* Update release notes, bump version to 0.1.5.0.1.5Andi Albrecht2012-11-131-1/+1
|
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-0/+3
|
* Fix typo.Andi Albrecht2012-11-111-1/+1
|
* Move SQLParseError to proper location and start deprecation of ↵Andi Albrecht2012-11-031-4/+3
| | | | sqlparse.SQLParseError.
* Re-use of parsestream() for parse() (they are almost equal)Jesús Leganés Combarro2012-04-271-4/+2
|
* splitstream -> parsestreamquest2012-04-211-9/+10
|
* Minor clarifications and doc updatesquest2012-04-211-4/+4
|
* We can now work with file-like objects.quest2012-04-211-0/+8
|
* Bump version to 0.1.40.1.4Andi Albrecht2012-04-201-2/+2
|
* Added pipeline support maintaining backward compatibility.Jesús Leganés Combarro "Piranna"2011-08-181-0/+6
|
* Update version.0.1.3Andi Albrecht2011-07-291-1/+1
|
* Bump version to 0.1.2.0.1.2Andi Albrecht2010-11-231-1/+1
|
* pep8'ified the code a bit.Andi Albrecht2009-06-111-1/+0
|
* Cleaned up some unused imports.Andi Albrecht2009-06-111-3/+0
|
* Updated version number.0.1.1Andi Albrecht2009-05-061-1/+1
|
* Removed logging stuff that was only needed for debugging on AppEngine.Andi Albrecht2009-05-061-5/+0
|
* Whitespace cleanup.Andi Albrecht2009-04-141-0/+2
|
* First version of documentation.Andi Albrecht2009-04-071-7/+4
|
* Initial import.Andi Albrecht2009-04-031-0/+65