Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
76b54609
Unverified
Commit
76b54609
authored
1 year ago
by
Cal Herries
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog to include report-timezone-id-if-supported change (#34028)
parent
7b9b2f30
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/developers-guide/driver-changelog.md
+7
-3
7 additions, 3 deletions
docs/developers-guide/driver-changelog.md
with
7 additions
and
3 deletions
docs/developers-guide/driver-changelog.md
+
7
−
3
View file @
76b54609
...
...
@@ -9,9 +9,9 @@ title: Driver interface changelog
-
The MBQL schema in
`metabase.mbql.schema`
now uses
[
Malli
](
https://github.com/metosin/malli
)
instead of
[
Schema
](
https://github.com/plumatic/schema
)
. If you were using this namespace in combination with Schema, you'll
want to update your code to use Malli instead.
-
The multimethod
`metabase.driver/current-user-table-privileges`
has been added. This method is used to get
the set of privileges the database connection's current user has. It needs to be implemented if the database
-
The multimethod
`metabase.driver/current-user-table-privileges`
has been added. This method is used to get
the set of privileges the database connection's current user has. It needs to be implemented if the database
supports the
`:actions`
feature.
-
The following functions in
`metabase.query-processor.store`
(
`qp.store`
) are now deprecated
...
...
@@ -93,6 +93,10 @@ title: Driver interface changelog
-
The multimethod
`metabase.driver.sql-jdbc.sync.describe-table/get-table-pks`
is changed to return a vector instea
of a set.
-
The function
`metabase.query-processor.timezone/report-timezone-id-if-supported`
has been updated to take an additional
`database`
argument for the arity which previously had one argument. This function might be used in the implementation
of a driver's multimethods.
## Metabase 0.46.0
-
The process for building a driver has changed slightly in Metabase 0.46.0. Your build command should now look
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment