blob: 8fa8f565ea2666799c6bc771c4c716be0dcb0064 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html>
<head><title>500 Internal Server Error</title></head>
<body>
<h1>uups... 500 Internal Server Error.</h1>
<p>
Looks like you've hit a bug! Please file an issue on the tracker:
<a href="http://code.google.com/p/python-sqlparse/issues/list">
http://code.google.com/p/python-sqlparse/issues/list
</a>.
</p>
<p>
Please add a short description what happened and if possible add the SQL
statement you've tried to format.
</p>
<p>
Thanks!
</p>
</body>
</html>
|