Skip to content

Commit aa99422

Browse files
author
Metabase Docs bot
committed
[auto] adding content to snowflake-db-routing->master
1 parent c9861f2 commit aa99422

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_docs/master/developers-guide/driver-changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ layout: new-docs
3434

3535
- Added a feature `:expressions/today` for drivers that support generating a date for the current day.
3636

37+
- Added the driver multi-method `driver/set-database-used!` for drivers to set a database on the connection with statements like `USE DATABASE`.
38+
3739
## Metabase 0.55.9
3840

3941
- Add multi-method `driver/do-with-resilient-connection` for executing functions in a context where closed connections may be automatically reopened

_site/docs/master/developers-guide/driver-changelog.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4832,6 +4832,9 @@ <h2 id="metabase-0560">Metabase 0.56.0</h2>
48324832
<li>
48334833
<p>Added a feature <code class="language-plaintext highlighter-rouge">:expressions/today</code> for drivers that support generating a date for the current day.</p>
48344834
</li>
4835+
<li>
4836+
<p>Added the driver multi-method <code class="language-plaintext highlighter-rouge">driver/set-database-used!</code> for drivers to set a database on the connection with statements like <code class="language-plaintext highlighter-rouge">USE DATABASE</code>.</p>
4837+
</li>
48354838
</ul>
48364839

48374840
<h2 id="metabase-0559">Metabase 0.55.9</h2>

0 commit comments

Comments
 (0)