summaryrefslogtreecommitdiff
path: root/sqlparse/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Correct license link (fixes #288).Andi Albrecht2016-09-141-1/+1
|
* Convert string literals to unicode for Py27Oleg Broytman2016-08-311-1/+1
| | | | | | Working with non-ascii in Python require all-unicode approach, but str literals in Python 2.7 are bytes. The patch makes them unicode. Syntax u'' is supported in Python 2.7 and 3.3+.
* Back to development mode.Andi Albrecht2016-08-131-1/+1
|
* This is 0.2.1.0.2.1Andi Albrecht2016-08-131-1/+1
|
* Switch back to development version.Andi Albrecht2016-07-201-1/+1
|
* Bump version to 0.2.0.0.2.0Andi Albrecht2016-07-201-1/+1
|
* Separate __main__ and main() to allow for testingVictor Uriarte2016-06-151-1/+2
| | | | | Also reference example in: https://github.com/ionelmc/cookiecutter-pylibrary
* Clarify `split` text processing on __init__.pyVictor Uriarte2016-06-151-2/+2
|
* Update init and misc filesVictor Uriarte2016-06-061-8/+9
|
* Refactor filter-stack to simplify logicVictor Uriarte2016-06-041-1/+0
| | | | | | if (self.stmtprocess or self.postprocess or self.split_statements or self._grouping): always evaluates to true after removing unused features
* Remove undocumented featuresVictor Uriarte2016-06-041-6/+0
| | | | | | These features/function/classes were added for AntiORM. Quick look-up didn't show any usage outside of AntiORM. Closes #246
* Add or Update copyright year to filesVictor Uriarte2016-06-041-2/+4
|
* Remove redundant functionsVictor Uriarte2016-06-021-1/+1
|
* Refactor format function signatureVictor Uriarte2016-06-021-2/+1
| | | | easier way to get encoding variable
* Fix small typo in documentationDag Wieers2016-05-261-2/+2
|
* Code cleanup.Andi Albrecht2016-04-031-7/+5
|
* Remove SQLParseError from top-level module.Andi Albrecht2015-10-261-2/+0
|
* Skip tests for SQLParseError for now, it will go away soon.Andi Albrecht2015-10-261-1/+1
|
* Use compat module for single Python 2/3 code base.Andi Albrecht2015-10-261-1/+2
| | | | This change includes minor fixes and code cleanup too.
* Switch back to development.Andi Albrecht2015-10-251-1/+1
|
* Bump version for 0.1.18 release.Tim Graham2015-10-241-1/+1
|
* Switch back to development mode.Andi Albrecht2015-10-241-1/+1
|
* Bump version number.0.1.17Andi Albrecht2015-10-241-1/+1
|
* Switch back to development.Andi Albrecht2015-07-261-1/+1
|
* Prepare next release.0.1.16Andi Albrecht2015-07-261-1/+1
|
* Switch back to development mode.Andi Albrecht2015-04-151-1/+1
|
* Update version number.0.1.15Andi Albrecht2015-04-151-1/+1
|
* Update version.0.1.14Andi Albrecht2014-11-301-1/+1
|
* Preparing 0.1.13.0.1.13Andi Albrecht2014-10-091-1/+1
|
* Fix a regression introduced in 0.1.12.Andi Albrecht2014-10-081-1/+1
|
* Preparing 0.1.12.0.1.12Andi Albrecht2014-09-201-1/+1
|
* Preparing 0.1.110.1.11Andi Albrecht2014-02-071-1/+1
|
* Switch back to dev mode.Andi Albrecht2013-11-021-1/+1
|
* Bump version.Andi Albrecht2013-11-021-1/+1
|
* Switch back to development mode.Andi Albrecht2013-09-281-1/+1
|
* Preparing 0.1.90.1.9Andi Albrecht2013-09-281-1/+1
|
* Switch back to development version.Andi Albrecht2013-06-291-1/+1
|
* Bump version to 0.1.8.0.1.8Andi Albrecht2013-06-291-1/+1
|
* Strip leading and trailing whitespaces from splitted statements.Andi Albrecht2013-05-151-1/+1
|
* Bump version again.Andi Albrecht2013-04-061-1/+1
|
* Bump version.0.1.7Andi Albrecht2013-04-061-1/+1
|
* Add encoding parameter to top-level functions (fixes issue20).Andi Albrecht2013-04-041-13/+21
|
* 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
|