Skip to content

Commit

Permalink
Merge pull request #18 from camsaul/patch-1
Browse files Browse the repository at this point in the history
Fix overriding global method for all `:sql-jdbc` drivers
  • Loading branch information
Nikos410 authored Jul 18, 2023
2 parents 6b63012 + fd269f3 commit 1cc14a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metabase/driver/firebird.clj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
;; this point.
(.execute stmt)))

(defmethod sql-jdbc.sync/have-select-privilege? :sql-jdbc
(defmethod sql-jdbc.sync/have-select-privilege? :firebird
[driver conn table-schema table-name]
;; Query completes = we have SELECT privileges
;; Query throws some sort of no permissions exception = no SELECT privileges
Expand Down

0 comments on commit 1cc14a8

Please sign in to comment.