We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8a6c02 + 433d675 commit e1f4d3eCopy full SHA for e1f4d3e
1 file changed
templates/database.html
@@ -40,7 +40,7 @@ <h3>Custom SQL query</h3>
40
<p>The following databases are attached to this connection, and can be used for cross-database joins:</p>
41
<ul class="bullets">
42
{% for db_name in attached_databases %}
43
- <li><strong>{{ db_name }}</strong> - <a href="{{ urls.database(db_name) }}/-/query?sql=select+*+from+[{{ db_name }}].sqlite_master+where+type='table'">tables</a></li>
+ <li><strong>{{ db_name }}</strong> - <a href="{{ urls.database(db_name) }}">tables</a></li>
44
{% endfor %}
45
</ul>
46
</div>
0 commit comments