summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 10c8c1a..b3ac31f 100644
--- a/README
+++ b/README
@@ -1,8 +1,7 @@
python-sqlparse - Parse SQL statements
======================================
-sqlparse currently support only one feature: You can split a series
-of SQL statements into single statements.
+sqlparse is a non-validating SQL parser module for Python.
Parts of the code are based on pygments written by Georg Brandl and others.
pygments-Homepage: http://pygments.org/