File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Copyright (c) 2008 , Andi Albrecht <albrecht.andi@gmail.com>
1+ Copyright (c) 2009 , Andi Albrecht <albrecht.andi@gmail.com>
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change @@ -6,20 +6,6 @@ sqlparse is a non-validating SQL parser module for Python.
66Parts of the code are based on pygments written by Georg Brandl and others.
77pygments-Homepage: http://pygments.org/
88
9- Run Tests
10- ---------
11-
12- python test/run_tests.py
13-
14-
15- Create Documentation
16- --------------------
17-
18- You need `Sphinx`_ installed on your system to build the documentation.
19-
20- cd docs/
21- make html
22-
239
2410Install
2511-------
3117with root privileges to install python-sqlparse on your system.
3218
3319
20+ Run Tests
21+ ---------
22+
23+ python test/run_tests.py
24+
25+
3426Links
3527-----
3628
37- Source code : http://github.com/andialbrecht/ python-sqlparse
38-
29+ Project page : http://python-sqlparse.googlecode.com
30+ Source code: http://bitbucket.org/andialbrecht/python-sqlparse
3931
40- python-sqlparse is licensed under the BSD license:
41- http://github.com/andialbrecht/python-sqlparse
4232
33+ python-sqlparse is licensed under the BSD license.
4334
44- .. _Sphinx: http://sphinx.pocoo.org/
Original file line number Diff line number Diff line change 1- - Add GQL dialect .
1+ * Fix bugs on issue tracker .
You can’t perform that action at this time.
0 commit comments