Skip to content

Commit e1f4d3e

Browse files
committed
Merge branch 'main' into duckdb-parallel-build
2 parents b8a6c02 + 433d675 commit e1f4d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/database.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3>Custom SQL query</h3>
4040
<p>The following databases are attached to this connection, and can be used for cross-database joins:</p>
4141
<ul class="bullets">
4242
{% 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>
43+
<li><strong>{{ db_name }}</strong> - <a href="{{ urls.database(db_name) }}">tables</a></li>
4444
{% endfor %}
4545
</ul>
4646
</div>

0 commit comments

Comments
 (0)