Skip to content

Commit

Permalink
Fix overriding global method for all :sql-jdbc drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul authored and Nikos410 committed Jul 18, 2023
1 parent 6b63012 commit fd269f3
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 fd269f3

Please sign in to comment.